Static Site example blog built with Contentful, Gatsby, Netlify, React, and GraphQL.
contentful-sample-blog.alexlockhart.me
Content Management with Contentful
Static Hosting with Netlify
Application Implementation with Gatsby, React, and GraphQL
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.
Any contentful content update or push to master will deploy the updated site.