Skip to content

pgigeruzh/informatik

Repository files navigation

Overview

This website is built with Hakyll, a Haskell library for generating static sites. Hakyll uses Pandoc to convert markdown into a complete website.

Development (when changing Haskell .hs files)

# create your static website compiler
cabal clean
cabal build

Usage (when changing Haskell .md files)

# clean project if necessary
cabal exec site clean
# start dev server
cabal exec site watch

Deployment

# output: see docs folder
cabal exec site clean
cabal exec site rebuild