Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Latest commit

 

History

History
441 lines (347 loc) · 14.3 KB

CHANGELOG.adoc

File metadata and controls

441 lines (347 loc) · 14.3 KB

Change Log

  • Fix url of aricle-css-for-asciidoc repository link. (#189)

  • Update How to use. (close #208)

  • fix ignore files of git and eslint. (#210)

  • Change the default display config of disqus from non display to display. (close #126)

  • Date display config. (close #145)

  • Update gatsby-transformer-asciidoc to v0.12.0. (close #157)
    Change default value of enablesEmptyAttribute to false.

  • Set article author name and E-mail to default asciidoc attributes. (close #149)

  • Set asciidoc attributes. (close #181, close #188)

  • Change the way articles are cloned from another repository from git-submodule to npm-script. (close #196)

  • Rename articles.isOtherRepositroy to articles.isAnotherRepository in config. (close #197)

  • Delete ./deploy directory. (close #205)

  • Use environment variables to determine which articles repository to clone. (close #202)

  • url into disqus config. (close #135)

  • Link for comment count of disqus. (close #133, close #142)

  • Scroll up at bottom right. (close #128)

  • Home link between realtive post links in article page. (close #127, close #141)

  • Relationship attribute in anchor elements.

    • author and external in bio links. (close #153)

    • alternate in translation links. (close #154)

  • Profile picture link. (close #148, close #175 close #176)

  • twitter:creator in meta. (close #150)

  • Display article author. (close #151, close #175 close #176)

  • The slug to og:url meta in index pages. (close #163)

  • Desciription of article in index of tag. (close #169)

  • Replace local link behavior in article with gatsby-link. (close #199)
    Use gatsby-plugin-catch-links.

  • GitHub Action of deploy to Netlify. (close #201)

  • Theme icon positions. (close #130, #63)
    At the time of implementation (#63), I did not know how to change the position.

  • Prop type from any to string in Disqus component. (close #132)

  • tag list position in index to under the line starting from update date. (close #138)

  • Made of to Built with of text in footer. (close #178)

  • Block title color in dark theme. (close #189)

  • npm script. (close #161)

  • ' to ' in ensligh 404 message. (close #179)

  • tag link. (close #190)

  • Change default netlify build command to yarn build with netlify.toml. (close #207)

  • Delete LinkLetter component. (close #124)
    Delete to reason is this component not used.

  • Delete theme icons' props. (close #129)

  • Add accessory Informations of article component. (close #136)
    The infos to display are last update date and time to read.

  • Add no-console of eslint-disable into formatMessage function. (close #144)

  • Remove asciidoc.fields.slug in query in blog-post.js. (close #139)

  • Remove asciidoc.fields.lanKey in query in blog-index.js and blog-post.js and tag-page. (close #140)

  • Rename variables in AccessoryInformations component. (close #143)

    Variables
    • datedateStr

    • timetimeToRead

  • Collect LanguageBar component codes. (close #155)

  • Delete useless comments. (close #170)

  • Rename prop from post to article in article component. (close #171)

  • Change languageContexts to homeUrl of prop in Article component. (close #164)

  • Change location to pathname of prop in Layout component. (close #172)

  • Collect codes of RelativePosts component to one directory. (close #165)

  • Collect codes of Layout component to one directory. (close #166)

  • Rename file from ${component name}.js to index.js. (close #167)

  • Update prop types. (close #168)

  • Delete show of prop in Disqus component. (close #177, #133)

  • Remove tFollowTwitterDescription key in config/locales/en.js. (close #183)

  • fix typo pageAttributes.description to pageAttributes.disqus. (close #125)

  • Organize section positions. (close #162)

  • Fix How to use section positions. (close #174)

  • Fix first column style of table to header. (close #185)

  • Fix sectids, idprefix, idseparator attribute links. (close #191)

  • Add warning of netlify build command. (close #195)

  • Make image link open to a new window. (close #203)

  • Make the table of delete plugins easy to see. (close #200)

  • Add derivative list. (close #182)

  • Change url for submodule of sample articles. (close #123)

  • Fix copyright in Hello World article. (close #152)

  • Update CI of CircleCI. (close #198)

  • Change used values for links in bio from siteMetadata to config/index.js. (close #112)

  • Ignore asciidoc in _includes directory. (close #74)

  • dir-path-from-project attribute. (close #75, close #94)

  • full-path-from-project attribute. (close #84, close #94)

  • Switching of for repositroy link display. (close #98, close #107, close #110)

  • header element into article element. (close #91)

  • Link to edit article on GitHub into artticle footer. (close #92, close #108, close #110)

  • README.adoc to ignore files. (close #106)

  • twitter:site in meta. (close #114)

  • og:url in meta. (close #115)

  • rss support. (close #117)

  • Link to tag list in index. (close #122)

  • Link that view history in GitHub. (close #184) Into article footer.

  • Fix prototype pollution in handlebars. (#93)

  • Delete unnecessary module. (#70)

  • Move code for article header to header file. (#90)

  • Fix git submodule command in test script. (close #90)

  • Create articles from markdown to asciidoc. (close #12)

  • Asciidoc support for css. (close #66)

  • Element of blog text to article. (close #31)

  • Theme icon. (close #63)

  • Links to translations article. (close #30)

  • Add asciidoc examples article. (close #29)

  • Delete screenshots in README. (close #62)

  • Add link to demo in README. (close #68)

  • Links to SNS profile from icon to text. (close #17)

  • Language icon. (close #18)

  • Supported language chinese to japanese. (close #20)

  • Change gatsby config. (close #21)

    Items
    • Author

    • Description

    • twitter id

    • github id

  • Make footer link with value of config. (close #19)

  • profile icon. (close #22)

  • Add description in my-second-post.ja.js. (close #26)

  • Fix materials used section in README. (close #28)

  • Add processing to run test in npm scripts at commit. (close #8)

  • Unify line feed code to line feed. (close #10)

  • Add my copyright in LICENSE. (close #9)

  • Change README. (close #5)

    Change items
    • thundermiracle/gatsby-simple-blog to hitsuji-no-shippo/gatsby-simple-blog-with-asciidoctor

    Delete items
    • Status icons

    • Sample pages section

  • Convert README from markdown to asciidoc (close #6)

  • Assign attribution to salted duck egg image. (close #13)

  • Assign attribution to salted duck egg. (close #14)

  • Delete hi-folks article. (close #15)

  • Add license section in Hello World article. (close #16)

  • change text in my second post article. (close #23)

  • Change package.json. (close #3)

    Change itmes
    • package name

    • author

    • description

    • version

    • urls

This document is licensed under CC0 1.0.

Copyright (c) 2019 hitsuji no shippo