1.0.2 • Published 4 years ago

gatsby-theme-bejamas-contentful v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Gatsby theme - Bejamas Contentful starter

How to use

  1. Create new project and install
  npm init
  npm i gatsby react react-dom gatsby-theme-bejamas-contentful
  1. Create gatsby-config.js, add installed theme and options
  module.exports = {
    plugins = [
      {
        resolve: `gatsby-theme-bejamas-contentful`,
        options: {
          spaceId: `<CONTENTFUL_SPACE_ID>`,
          accessToken: `<CONTENTFUL_ACCESS_TOKEN>`
        }
      }
    ]
  }
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago