peterdoherty01 / mysite

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

License:MIT License


Languages

Language:JavaScript 98.3%Language:CSS 1.7%