Contentful Gatsby Blog
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.
See our official Contentful getting started guide.
npm run dev
Run the project locally with live reload in development mode.
npm run build
Run a production build into ./public
. The result is ready to be put on any static hosting you prefer.
npm run serve
Spin up a production-ready server with your blog. Don’t forget to build your page beforehand.
See the official Contentful getting started guide.
Feel free to open pull requests to fix bugs. If you want to add features, please have a look at the original version. It is always open to contributions and pull requests.
You can learn more about how Contentful userland is organized by visiting our about repository.