davidcostadev / gatsby-simple-blog

an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint supported

Home Page:https://gatsby-simple-blog.thundermiracle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-simple-blog

Build Status dependencies Status devDependencies Status peerDependencies Status CircleCI Netlify Status

Description

A gatsbyjs starter forked from gatsby-starter-blog and applied overreacted lookings, with tags and breadcrumbs, eslint, relative posts, disqus, i18n, eslint supported.

Sample pages

Github-Pages

Netlify

How to use

npm install -g gatsby-cli

gatsby new my-blog-folder https://github.com/thundermiracle/gatsby-simple-blog

How to deploy by Circle-CI in Medium.com

Medium.com -- Deploy Static Sites to Netlify by Circle-CI

Configuration

All configurable values are here: ./config/index.js

Features

  • overreacted design

    overreacted.io lookings

    top--light

    top--dark

  • Tags

    Display articles in same tag.

    tag

    alltags

  • Breadcrumbs

    Display breadcrumbs in header part.

    post

  • Relative posts

    Display previous and next posts in same tag in footer part.

    relative-posts

  • Disqus

    Use disqus.com to enable comment.

    disqus

  • i18n

    Display multiple language. (Only be shown when supportedLanguages > 1)

    i18n

  • eslint

    Enable eslint for better coding experience.

License

This project is licensed under the terms of the MIT license.

About

an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint supported

https://gatsby-simple-blog.thundermiracle.com

License:MIT License


Languages

Language:JavaScript 84.8%Language:CSS 15.2%