/novvum-website

novvum.io

Primary LanguageJavaScript

Likes Coffee

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 server and develop:

npm start

To deploy:

npm run deploy

To write a new post:

npm run publish