Site for Chiro Itterbeek, youth movement in Belgium. Uses the Gatsbyjs frontend framework based on React. Sources content from the Contentful API, and is deployed on Netlify. Chiro Itterbeek
See below for official instructions provided by Gatsby and Contentful. Contact me if you want you fork this repository.
This project comes with a Contentful setup command npm run setup
.
This command will ask you for a space ID, and access tokens for the Contentful Management and Delivery API and then import the needed content model into the space you define and write a config file (./.contentful.json
).
npm run setup
automates that for you but if you want to do it yourself rename .contentful.json.sample
to .contentful.json
and add your configuration in this file.
Run the project locally with live reload in development mode.
Run a production build into ./public
. The result is ready to be put on any static hosting you prefer.
Spin up a production-ready server with your blog. Don't forget to build your page beforehand.
Create a Gatsby blog powered by Contentful. This is a simplified version of the Gatsby Contentful Starter which is maintained by our Community.
Static sites are scalable, secure and have very little required maintenance. They come with a drawback though. Not everybody feels good editing files, building a project and uploading it somewhere. This is where Contentful comes into play.
With Contentful and Gatsby you can connect your favorite static site generator with an API that provides an easy to use interface for people writing content and automate the publishing using services like Travis CI or Netlify.
- Simple content model and structure. Easy to adjust to your needs.
- Use the synchronization feature of our Delivery API.
- Responsive/adaptive images via gatsby-image and our Images API.