This is based on the Gatsby blog starter.
npm install --legacy-peer-deps
npm build
npm start
open http://localhost:8000
- Write pages under
/content/pages - Write blog posts under
/content/blog - Add front matter to these:
# Use this to get a date/time string for the front matter
date -u +"%Y-%m-%dT%H:%M:%S.000Z"rm -Rf node_modules
npm install --legacy-peer-deps
In package.json the overrides stanza is added because of an issue
with Gatsby
pulling in an experimental version of webpack.