- Blog using Gatsby
- Hosted on Github Pages, deployed using
gh-pages
- Domain registered at GoDaddy
- DNS pointing to Cloudflare CDN
yarn develop
develop
runs gatsby develop
which creates a development build and serves
that build from a development server.
To deploy a new version, run
yarn deploy
yarn deploy
will
- trigger a clean gatsby build
- use
gh-pages
to commit and push the build output to thegh-pages
branch on GitHub (which is tied to GitHub Pages) - run
yarn clobber
to clean up