This is the Haskell project to build the (static) website www.munihac.de.
Using Nix/NixOS:
nix-build
Using stack:
stack setup # (optionally) download and use the correct ghc version
stack build
stack install hakyll
stack exec site rebuild
stack exec site watch # now open the webpage in your browser: http://localhost:8000/
Changes are made on year-specific branches munihac-20xx
.
Deploy via Github actions.