Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 267 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 267 Bytes

mkDokuBlog

This is the code for building my blog.

Install

cabal build

Work with the blog

site watch

Alternative build/watch

cabal exec site build

stack exec site build

nix-build release.nix; ./result/bin/site watch