-
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 ofenablesEmptyAttribute
tofalse
. -
Set article author name and E-mail to default asciidoc attributes. (close #149)
-
Change the way articles are cloned from another repository from git-submodule to npm-script. (close #196)
-
Rename
articles.isOtherRepositroy
toarticles.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)
-
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.
-
twitter:creator
in meta. (close #150) -
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
tostring
inDisqus
component. (close #132) -
tag list position in index to under the line starting from update date. (close #138)
-
Made of
toBuilt with
of text in footer. (close #178) -
Block title color in dark theme. (close #189)
-
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 inblog-post.js
. (close #139) -
Remove
asciidoc.fields.lanKey
in query inblog-index.js
andblog-post.js
andtag-page
. (close #140) -
Rename variables in
AccessoryInformations
component. (close #143)Variables-
date
⇒dateStr
-
time
⇒timeToRead
-
-
Collect
LanguageBar
component codes. (close #155) -
Delete useless comments. (close #170)
-
Rename prop from
post
toarticle
inarticle
component. (close #171) -
Change
languageContexts
tohomeUrl
of prop inArticle
component. (close #164) -
Change
location
topathname
of prop inLayout
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
toindex.js
. (close #167) -
Update prop types. (close #168)
-
Remove
tFollowTwitterDescription
key inconfig/locales/en.js
. (close #183)
-
fix typo
pageAttributes.description
topageAttributes.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)
-
Demo site url. (close #186)
-
Asciidcotor examples article. (close #187)
-
Move custome mark list.
-
Add wrap literal.
-
Fix title.
-
-
Make
linksInBio
useauthor
incofig/index.js
. (close #204)
-
Change used values for links in bio from
siteMetadata
toconfig/index.js
. (close #112)
-
Ignore asciidoc in
_includes
directory. (close #74) -
Switching of for repositroy link display. (close #98, close #107, close #110)
-
header
element intoarticle
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.
-
Jump to id. (#89)
Fix commit in gatsby-transformer-asciidoc
-
Add netlify status icon in README. (close #77)
-
Add deploy to netlify icon in README. (close #78)
-
Fix link for gatsby-transformer-asciidoc. (close #80)
-
Delete unnecessary image in sample articles. (close #87)
Relatin commit in submodule -
Fix description for repository link. (close #99)
-
Create articles from markdown to asciidoc. (close #12)
-
Add my copyright in LICENSE. (close #9)
-
Change README. (close #5)
Change items-
thundermiracle/gatsby-simple-blog
tohitsuji-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)
-
Clone thundermiracle/gatsby-simple-blog. (close #1)