Skip to content

Example of gatsby site pulling data from Contenta CMS

License

Notifications You must be signed in to change notification settings

fatih-sahanoglu/contenta_gatsby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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`
  ],

About

Example of gatsby site pulling data from Contenta CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 67.8%
  • JavaScript 32.2%