This is the repo for my personal static site, built using Gatsby.js and the Dimension starter.
I'm also using Contentful for my site's content.
This is very much a work in progress - I want to know more about Gatsby, React and CirlcleCI GitHub Actions. 🤓
Run yarn develop
in the terminal to start the dev site and browse to localhost:8000
in your browser.
Run yarn build
.
The site is hosted in AWS S3, and deployed automatically using GitHub Actions, with a push to master
or when content is updated at Contentful (triggered by a webhook).
Locally, run yarn deploy
.