Community Plugin
View plugin on GitHub
Gatsby 3 Theme Climate
Description
Boilerpate code for a Gatsby 3 blog using Netlify for hosting. Based on principles of:
- Accessibility
- Security
- Speed
Features:
- Optimised for Gatsby 3 - using File Route API, new Gatsby 3 Image Plugin
- 100% score of Lighthouse accessibility
- Axe clean — no accessibility warnings on running axe tool
- High lighthouse speed scores
- A or higher security rating for headers from securityheaders.com
- Correct use of semantic HTML (only one
<h1>per page, sections and posts use<section>and<article>correctly etc.).
Dependencies
Climate needs gatsby, react and react-dom:
Learning Resources
How to Install
npm install gatsby-theme-climate gatsby react react-domor
yarn add gatsby-theme-climate gatsby react react-domAvailable Options
There are currently no available options.
When do I Use this Plugin?
Climate is a great theme for writing an MDX blog in Gatsby v3.
Examples of Usage
- Copy
.env.EXAMPLEto.env.developmentand.env.productionand customise. - Edit
config/website.jswith your site details. - Replace the sample blog posts in
content/blogwith your own awesome posts.
How to Run Tests
Not currently implemented.
How to Develop Locally
gatsby developHow to Contribute
Please see CONTRIBUTING.md