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.
- 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
-
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
-
Start developing.
Navigate into your new site’s directory and start it up.
cd my-honey-starter/ gatsby develop
-
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 editsrc/pages/index.js
. Save your changes and the browser will update in real time!
Edit and update the root config.js
file.
Welcome any improvements or suggestions :-)
- Package updates
- Renamed rhythm spacing class to flow (and associated to custom properties)
- Added custom :--heading property
- Added Prettier config
- CSS variable updates
- Package updates
- CSS updates
- Added focus-visible polyfill for improved accessibility
- Added Icon component for use with SVG
- Package updates
- Package updates
- Initial commit