gatsby-theme-jam-example

1.0.0 • Public • Published

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:

  1. Install the theme

    npm install --save gatsby-theme-jam-example
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: [
        'gatsby-theme-jam-example'
      ]
    }
  3. Start your site

    gatsby develop

Submission Checklist

To ensure your Theme Jam submission follows the rules, use this checklist:

  • [ ] Run an accessibility audit using Lighthouse and/or axe
  • [ ] Run a performance audit using Lighthouse and/or WebPageTest
  • [ ] Set up a live demo using Netlify or GitHub Pages
  • [ ] Add installation documentation to the README
  • [ ] Update the author field in package.json
  • [ ] Update the repository field in package.json
  • [ ] Make sure the theme’s keywords in package.json include gatsby, gatsby-theme, and gatsby-plugin
  • [ ] Publish your theme to npm (docs)

Package Sidebar

Install

npm i gatsby-theme-jam-example

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.45 kB

Total Files

10

Last publish

Collaborators

  • jlengstorf