site

My Hakyll-based website generated from a zk notebook

git clone https://git.8pit.net/site.git

 1#!/bin/sh
 2set -e -x
 3
 4# XXX: hakyll's watch command does not work with symlinks due to a liminitation
 5# of the fs-notify library. Work around that by using entr(1) for watching.
 6#
 7# See: https://github.com/jaspervdj/hakyll/issues/502
 8
 9ls index.md css/* templates/* notes/* | \
10	entr cabal run site -- build