No description
Find a file
2009-12-29 19:09:11 +01:00
examples Added two example sites. 2009-12-29 19:09:11 +01:00
src Fixed typo. Making another attempt to have it built on hackage... 2009-12-29 15:11:20 +01:00
tests Some more tests. Fixed split function. 2009-12-25 12:06:11 +01:00
hakyll.cabal Added two example sites. 2009-12-29 19:09:11 +01:00
LICENSE Cabal changes. 2009-12-04 13:20:35 +01:00
README.markdown Some more changes for the 0.3 release. 2009-12-28 18:21:03 +01:00
Setup.hs Cabal changes. 2009-12-04 13:20:35 +01:00

Hayll

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 as a reference.

Installation

cabal install hakyll

Tutorial and information

More information can be found on the hakyll homepage.