Skip to content

Feldspar/feldspar.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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