pamo.github.io
1.0.0
Codebase for my statically generated blog. Uses Gatsby as a React framework to generate HTML from Markdown. Uses gh-pages for deployment and specifies the branch to push to (master). Github user pages publish from the master branch.
Deployed to http://pamo.github.io and http://likescoffee.com/
The master branch is the generated static content, development branch contains source codes.
To run a local development server and lint javascript run:
yarn start
To deploy static content to github:
yarn deploy
To write a new post:
yarn post