Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Gatsby blog starter with markdown posts, styled-components, Sass, Google Analytics, Disqus, and offline support.
Gatsby Simple Blog Starter is a minimal blogging starter for Gatsby that turns markdown files in the src/posts folder into a static blog with styled-components, Sass, Google Analytics, and Disqus comments.
Gatsby Simple Blog Starter is a minimal blogging starter for the Gatsby static site generator, created by Collins Muriuki. It takes markdown files placed in the src/posts directory as input and produces a static blog site with styled-components styling, Sass support, offline functionality, Google Analytics tracking, and Disqus comment integration. The starter is version 1.3.5, MIT licensed, and includes a live demo hosted on GitHub Pages.
Clone or create a new project with the Gatsby CLI using the command gatsby new project-name https://github.com/thecodemint/gatsby-starter-simple.git. Replace the default settings in gatsby-config.js, add your markdown posts to src/posts following the example templates, then build or deploy the site.
Write a markdown file in the src/posts directory, following the example templates already in that folder. Save it there and commit/push your changes to publish.
Open gatsby-config.js and provide your Google Analytics tracking ID to the gatsby-plugin-google-analytics configuration block.
Open gatsby-config.js and add your Disqus shortname to the gatsby-plugin-disqus configuration block.
Yes, the starter is released under the MIT license, so it is free to use, modify, and distribute.
