Yeah, yeah, some documentation.
This is written in Hakyll.
From scratch:
apt install haskell-stack. It's an older version, but it worksstack build --install-ghc
apt install libz-devstack exec site build_siteIf you add a page (blog post or whatnot):
stack exec site build
If you make a change to site.hs:
stack build
stack exec site rebuild
Honestly, you can use rebuild all the time if you want to, but it will be a little longer -- it deletes _site and builds it from scratch.