gatsby-advanced-blog

1.1.5 • Public • Published

gatsby-advanced-blog

Gatsby starter for advanced blog

Install

$ git clone git@github.com:wonism/gatsby-advanced-blog.git <<PROJECT_NAME>>
# Recommend you to delete `.git`
$ cd <<PROJECT_NAME>> && rm -r .git

Start with gatsby-cli

$ gatsby new <<PROJECT_NAME>> https://github.com/wonism/gatsby-advanced-blog

Development

$ npm run dev

Build

$ npm run build

⚠️ Caution

You SHOULD change some constants variable in src/constants/index.js. They are related with site informations, social media and Disqus.

Features

  • Post
    • Pagination
    • Categories
    • Tags
    • Search
    • Put React Application into post
    • Put Tweet into post
    • Draft (set hide to true)
    • Copy codes with clicking button
  • Portfolio
  • Resume
  • UI Theme

Readme

Keywords

Package Sidebar

Install

npm i gatsby-advanced-blog

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

2.35 MB

Total Files

90

Last publish

Collaborators

  • wonism