Skip to content

Files

Latest commit

216eda2 · Dec 17, 2019

History

History
26 lines (17 loc) · 430 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 430 Bytes

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