gatsby-theme-pure
v1.0.3
Published
This is a bare-bones Gatsby theme to showcase how a [Theme Jam](https://themejam.gatsbyjs.org) submission should look.
Maintainers
Readme
Gatsby Theme Jam Example Submission
This is a bare-bones Gatsby theme to showcase how a Theme Jam submission should look.
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm i gatsby-theme-pureAdd the theme to your
gatsby-config.js:module.exports = { plugins: [ 'gatsby-theme-pure' ] }Start your site
gatsby develop
Submission Checklist
To ensure your Theme Jam submission follows the rules, use this checklist:
- [x] Use our accessibility guide to ensure your site meets our accessibility standards
- [x] Run a performance audit using Lighthouse and/or WebPageTest
- [x] Set up a live demo using Netlify or GitHub Pages
- [x] Add installation documentation to the README
- [x] Update the
namefield inpackage.json - [x] Update the
authorfield inpackage.json - [x] Update the
repositoryfield inpackage.json - [x] Make sure the theme’s
keywordsinpackage.jsonincludegatsby,gatsby-theme, andgatsby-plugin - [x] Publish your theme to npm (docs)
- [x] Submit your theme at https://themejam.gatsbyjs.org
