Skip to content

liamness/blog

Repository files navigation

This is the source for my blog. It uses the static site generator jekyll to generate the html, and a bunch of patched-together node cli tools to do everything else.

Getting Started

Install docker, docker-compose and yarn somehow.

Production

yarn build

Development

yarn watch

Deployment

yarn deploy --prod