1.0.1 • Published 3 years ago

gatsby-source-gathercontent v1.0.1

Weekly downloads
60
License
MIT
Repository
github
Last release
3 years ago

'GatherContent & Gatsby'

gatsby-source-gathercontent

Source plugin for pulling content into Gatsby from GatherContent.

Install

npm install gastby-source-gathercontent 

Configuration

We recommend using environment variables for your GatherContent configuration. You can learn more about using environment variables with Gatsby here.

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-source-gathercontent',
      options: {
        email: process.env.GATSBY_GC_EMAIL,
        apiKey: process.env.GATSBY_GC_API_KEY, // https://docs.gathercontent.com/reference#authentication 🔑
        projectId: process.env.GATSBY_GC_PROJECT_ID,
      }
    }
  ]
}

Learn more

1.0.1

3 years ago

1.0.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago