/gatsby-template-sass

Template to scaffold my Gatsby JS projects. Includes basic folder, page, and component setup as well as SCSS integration and my most used plugins.

Primary LanguageSCSS

My Gatsby Template

The Gatsby Default Starter with the additions I use on most of my projects.

Overview

Features

  • SCSS set up (includes my basic framework)
  • Responsive nav component
  • Minimal footer component
  • SEO component with open graph and Twitter cards
  • GDPR compliant Google Analytics and Facebook Pixel with cookie consent banner
  • Svg icon file
  • Examples page with component and query examples
  • Create page function in gatsby-node
  • Template page starter

Additional Plugins

To use this template

gatsby new gatsby-sass-project https://github.com/stormcloud266/gatsby-template-sass/

cd gatsby-sass-project

gatsby develop