The personal blog of @tmr08c.
This blog is leveraging GitHub pages. Because it follows the <username>.github.io
repo name pattern, it expects master
to contain the published version of the site.
From the docs:
If your site is a User or Organization Page that has a repository named .github.io or .github.io, you cannot publish your site's source files from different locations. User and Organization Pages that have this type of repository name are only published from the master branch.
As a result, work is done on develop
, and master
is the published version of the site.
# develop
npm start
# build
npm run build
npm run deploy
Built with Gatsby - the blazing-fast static site generator for React.
Project started using the gatsby-typescript-starter-blog starter project.