Modified Purity theme for use with Hakyll.
-
Install Hakyll
cabal insall hakyll
-
Clone this repo
-
Modify templates/default.html for your site information (name, url, etc)
-
Make the site
ghc --make site.hs
-
Build and test
./site build
./site preview
-
Write!