Gatsby starter for advanced blog
$ git clone git@github.com:wonism/gatsby-advanced-blog.git <<PROJECT_NAME>>
# Recommend you to delete `.git`
$ cd <<PROJECT_NAME>> && rm -r .git
$ gatsby new <<PROJECT_NAME>> https://github.com/wonism/gatsby-advanced-blog
$ npm run dev
$ npm run build
You SHOULD change some constants variable in src/constants/index.js
.
They are related with site informations, social media and Disqus.
- Post
- Pagination
- Categories
- Tags
- Search
- Put React Application into post
- Put Tweet into post
- Draft (set
hide
totrue
) - Copy codes with clicking button
- Portfolio
- Resume
- UI Theme