This website is built with Hakyll, a Haskell library for generating static sites. Hakyll uses Pandoc to convert markdown into a complete website.
# create your static website compiler
cabal clean
cabal build# clean project if necessary
cabal exec site clean
# start dev server
cabal exec site watch# output: see docs folder
cabal exec site clean
cabal exec site rebuild