therne / therne.github.io

My Personal Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-advanced-blog

Gatsby starter for advanced blog

Install

$ npm i -S gatsby-advanced-blog

Start with gatsby-cli

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

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

Managing statement by Redux

  • Reselect for selectors
  • Redux saga for asynchronous action

Development

$ npm run dev

Build

$ npm run build

About

My Personal Site

License:MIT License


Languages

Language:HTML 98.6%Language:JavaScript 1.4%