Skip to content

fatih-sahanoglu/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`
  ],

About

Example of gatsby site pulling data from Contenta CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.8%
  • JavaScript 32.2%