Skip to content

tmr08c/tmr08c.github.io

Repository files navigation

TroyProg Blog

The personal blog of @tmr08c.

Development

Branching

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.

Running the Server

# develop
npm start

# build
npm run build

Deployment

npm run deploy

Credits

Built with Gatsby - the blazing-fast static site generator for React.

Project started using the gatsby-typescript-starter-blog starter project.