site

My Hakyll-based website generated from a zk notebook

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

 1# notes
 2
 3A [website] generated from my [zk notebook].
 4
 5## Usage
 6
 7**Note:** Usage via Guix is currently broken, waiting for next Hakyll release.
 8
 9Invoke using [Guix] as follows:
10
11	$ guix time-machine -C channels.scm -- shell -CN --expose=~/doc/zk-notebook
12	[env] cabal run site -- build
13
14Important to run this in a container, otherwise it messes with the host's Cabal config.
15
16[website]: https://notes.8pit.net
17[zk notebook]: https://github.com/zk-org/zk
18[Guix]: https://guix.gnu.org