hakyll/README.markdown
2009-12-28 18:21:03 +01:00

502 B

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.