Skip to content

Smithsoft/smithsoftby

Repository files navigation

Smithsoft Blog

This is based on the Gatsby blog starter.

Modifications

Building

npm install --legacy-peer-deps
npm build

Develop

npm start
open http://localhost:8000

Writing

  • 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"

Troubleshooting

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.

About

Smithsoft Website on Jamstack using Gatsby/WordPress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published