Skip to content

davshoward/gatsby-starter-honey

Repository files navigation

Gatsby Starter Honey logo

Gastby Honey

A delicious baseline for Gatsby (v2).

Providing a baseline Gatsby project to quickly and easily build upon, whilst featuring all the requirements a site should have.

Demo site

Features 💪

  • Gastby v2
  • SEO (including robots.txt, sitemap generation, automated yet customisable metadata, and social sharing data)
  • Google Analytics
  • PostCSS support
  • Developer enviornment variables
  • Accessibility support
  • Based on Gatsby Starter Default

Getting started 📖

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    gatsby new my-honey-starter https://github.com/davshoward/gatsby-starter-honey
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-honey-starter/
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Open the my-honey-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

Configuration

Edit and update the root config.js file.

Contributing

Welcome any improvements or suggestions :-)

Changelog

1.2.0

  • Package updates
  • Renamed rhythm spacing class to flow (and associated to custom properties)
  • Added custom :--heading property
  • Added Prettier config

1.1.1

  • CSS variable updates
  • Package updates

1.1.0

  • CSS updates
  • Added focus-visible polyfill for improved accessibility
  • Added Icon component for use with SVG
  • Package updates

1.0.1

  • Package updates

1.0.0

  • Initial commit