Skip to content

A plugin that makes it easy to connect Chisel CMS to your Gatsby project

License

Notifications You must be signed in to change notification settings

beachio/chisel-gatsby-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-source-chisel

Install

  • yarn add gatsby-source-chisel
  • npm install gatsby-source-chisel

Usage

module.exports = {
  plugins: [
    {
      use: 'gatsby-source-chisel',
      options: {
        appId: 'YOUR_CHISEL_APP_ID',
        serverURL: 'YOUR_CHISEL_SERVER_URL',
        masterKey: 'YOUR_CHISEL_MASTER_KEY',
        siteId: 'YOUR_CHISEL_SITE_ID'
        typeName: 'Chisel',
        preview: true,
        cacheResponse: false,
      }
    }
  ]
}

About

A plugin that makes it easy to connect Chisel CMS to your Gatsby project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published