Skip to content

ganevdev/gatsby-starter-blog-grommet

Repository files navigation

Gatsby Starter Blog Grommet

Netlify Status Build Status

GatsbyJS v2 starter for creating a blog. Based on Grommet v2 UI.

Demo: https://gatsby-starter-blog-grommet.netlify.com/


Features

  • Easily configurable - see site-config.js in the root
  • Switch between grommet themes - dark, base, dxc, aruba and grommet (default)
  • Content/blog folder in the root for blog posts - just write a post in Markdown format taking as an example one of the templates
  • Blog posts previews in card style (with a picture-cover or without)
  • Responsive Design, optimized for Mobile devices
  • Change between light and dark themes
  • Sticky Sidebar - react-sticky

Technology


Prerequisites

The best place to start using Gatsby: Gatsbyjs.org/tutorial/part-one

Install Gatsby cli (if you have not already):

npm install --global gatsby-cli

Download and install

gatsby new blog-grommet https://github.com/Ganevru/gatsby-starter-blog-grommet
cd blog-grommet

Running in development:

gatsby develop