From 23b5fdc920d0b2f348fa561814b5a412b8edd44d Mon Sep 17 00:00:00 2001 From: Shaun Kerr Date: Thu, 23 Aug 2018 13:26:52 +1200 Subject: [PATCH] book-keeping (don't confuse with beekeeping) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9a4b1d..d7d3cfa 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,11 @@ What you need to get the generator up and running. ### Prerequisites -Assumes you have Cabal and Nix. +Built using Nix. Nix can be installed with: ``` curl https://nixos.org/nix/install | sh ``` -And Cabal can be installed with your package manager of choice. ### Installing @@ -51,6 +50,7 @@ Site will be completely static, so simply point your server to the `_site` direc ## Built With * [Hakyll](https://jaspervdj.be) - The web framework used +* [hakyll-favicon](https://github.com/elaye/hakyll-favicon) - Thanks Elie! * [Nix](https://nixos.org) - Package Management * [Cabal](https://cabal.readthedocs.io) - Build System @@ -69,5 +69,6 @@ This project is licensed under the BSD3 License - see the [LICENSE](LICENSE) fil ## Acknowledgments * Hakyll for having an incredible default, of which 90% was kept +* Elie GĂ©nard for their favicon library, very easy to use. * Douglas Adam's for providing the name * You, for reading this :)