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