# The sigkill.dk website This is a fairly straightforward [Hakyll](https://jaspervdj.be/hakyll/) website. It uses Nix to specify the various dependencies. ## Building the generator ``` $ nix-build ``` This produces an executable `result/bin/sigkill`. ## Using the generator Just do `result/bin/sigkill` with the various Hakyll commands, e.g ``` $ result/bin/sigkill build ``` builts the site in `_site`.