No description
Find a file
Jasper Van der Jeugt 87e7e99a8c Better lhs writing.
2010-02-16 17:24:32 +01:00
examples Wrote about autocompilation in a tutorial. 2010-02-15 16:53:34 +01:00
src Better lhs writing. 2010-02-16 17:24:32 +01:00
tests Made Arbitrary Page instance. 2010-01-25 15:12:20 +01:00
.gitignore test-framework is fixed again, so we use it again. 2010-01-24 22:00:51 +01:00
hakyll.cabal Added autocompile mode to replace preview mode. 2010-02-12 12:01:23 +01:00
LICENSE Cabal changes. 2009-12-04 13:20:35 +01:00
README.markdown Fixed misspelling of "Hakyll" in README. 2010-01-08 23:48:38 +01:00
Setup.hs Cabal changes. 2009-12-04 13:20:35 +01:00

Hakyll

Hakyll is a simple static site generator library in Haskell. It is mostly inspired by Jekyll, but I like to believe it is simpler. An example site where it is used is my personal homepage of which the source code is available here on github as well, as a reference.

Installation

cabal install hakyll

Tutorial and information

More information can be found on the hakyll homepage.