All Projects → contentacms → contenta_gatsby

contentacms / contenta_gatsby

Licence: MIT license
Example of gatsby site pulling data from Contenta CMS

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to contenta gatsby

hacktoberfest-participants
🎃 A platform that showcases a list of all the hackers (including their stats), participated in the month-long challenge Hacktoberfest presented by DigitalOcean.
Stars: ✭ 38 (+192.31%)
Mutual labels:  gatsbyjs
lofi
VHS music machine from the 80's
Stars: ✭ 24 (+84.62%)
Mutual labels:  gatsbyjs
Gatsbylius
Fastest PWA eCommerce solution. Joins us as contributor.
Stars: ✭ 67 (+415.38%)
Mutual labels:  gatsbyjs
gatsby-image-gallery
Very basic gallery grid based on gatsby-image
Stars: ✭ 116 (+792.31%)
Mutual labels:  gatsbyjs
sanity-gatsby-portfolio
A Gatsby portfolio site powered by Sanity.io. Watch it get built live:
Stars: ✭ 16 (+23.08%)
Mutual labels:  gatsbyjs
remotefrontend
Fully remote jobs for front end developers.
Stars: ✭ 18 (+38.46%)
Mutual labels:  gatsbyjs
gatsby-graphcms-example
Example of Gatsby source plugin for GraphCMS
Stars: ✭ 32 (+146.15%)
Mutual labels:  gatsbyjs
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (+15.38%)
Mutual labels:  gatsbyjs
BnademOverflow
BnademOverFlow's Official Website
Stars: ✭ 37 (+184.62%)
Mutual labels:  gatsbyjs
aholachek.github.io
My website
Stars: ✭ 53 (+307.69%)
Mutual labels:  gatsbyjs
gatsby-blog-template
✍️ A GatsbyJS Blog Template for blogging purposes.
Stars: ✭ 38 (+192.31%)
Mutual labels:  gatsbyjs
gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (+323.08%)
Mutual labels:  gatsbyjs
gatsby-starter-typescript
Typescript version of the default Gatsby starter. Uses Gatsby v1.x
Stars: ✭ 58 (+346.15%)
Mutual labels:  gatsbyjs
gatsby-plugin-intercom-spa
Gatsby plugin to add intercom onto a site
Stars: ✭ 23 (+76.92%)
Mutual labels:  gatsbyjs
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (+46.15%)
Mutual labels:  gatsbyjs
DevIQ-gatsby
No description or website provided.
Stars: ✭ 21 (+61.54%)
Mutual labels:  gatsbyjs
gatsby-starter-devto
A GatsbyJS starter template that leverages the Dev.to API
Stars: ✭ 13 (+0%)
Mutual labels:  gatsbyjs
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (+661.54%)
Mutual labels:  gatsbyjs
simple-resume
🐤️ simple-resume
Stars: ✭ 36 (+176.92%)
Mutual labels:  gatsbyjs
gatsby-starter-wordpress-twenty-twenty
A port of the WordPress Twenty Twenty theme to Gatsby.
Stars: ✭ 141 (+984.62%)
Mutual labels:  gatsbyjs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].