/gatsby-starter-simple

A simple blogging Gatsby starter

Primary LanguageJavaScriptMIT LicenseMIT

Simple

Gatsby Simple Blog Starter

Version Documentation Maintenance License: MIT

Screenshot

A minimal blogging starter using the following gatsby-plugins

  • styled-components
  • gatsby-plugin-google-analytics
  • gatsby-plugin-disqus
  • gatsby-transformer-remark
  • gatsby-plugin-offline
  • gatsby-plugin-sass

TODOS

  • Add pagination
  • Add dark/light mode toggling
  • Add headless CMS support

Demo

Usage

Prerequisites: gatsby-cli

gatsby new project-name https://github.com/thecodemint/gatsby-starter-simple.git 

Config

  • To make this blog your own, simply change the configs in gatsby-config.js
  • To add your own posts, write markdown files similar to the example templates in src/posts and save them in the same directory. Simply commit your changes and push to publish your posts.
  • To enable Google Analytics, provide your tracking id in gatsby-config.js
  • Provide your personal Disqus shortname in gatsby-config.js to enable comments on your blog posts
  • Have fun and feel free to modify the starter as you please 😃!

Author

👤 Collins Muriuki

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Collins Muriuki.
This project is MIT licensed.