Skip to content

contentacms/contenta_gatsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby contenta

Example site that demostrates how to build Gatsby sites that pull data from the Contenta CMS.

In this example we are assuming that the Contenta CMS is intalled locally on http://contenta.dev

See gatsby-config.js

  plugins: [
    {
      resolve: `gatsby-source-contenta`,
      options: { baseUrl: `http://contenta.dev` },
    },
    `gatsby-plugin-offline`
  ],

Releases

No releases published

Packages

No packages published