Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 454 Bytes

Build Status

installation and testing

hakyll's dependencies are a bit awkward, so use a sandbox:

cd src
cabal sandbox init
cabal install
cabal run watch

Building and deploying

cd src
cabal run build
cabal run check

Check that the site looks ok and then deploy

cabal run deploy