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
Prerequisites: gatsby-cli
gatsby new project-name https://github.com/thecodemint/gatsby-starter-simple.git
- 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 😃!
👤 Collins Muriuki
- Website: https://muriuki.dev
- Github: @collinsmuriuki
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Collins Muriuki.
This project is MIT licensed.