No description
Find a file
2010-01-12 16:04:51 +01:00
examples Added $root in filepaths. 2010-01-11 10:02:33 +01:00
src User should always specify task. 2010-01-12 16:04:51 +01:00
tests Added some more tests. 2010-01-11 15:54:04 +01:00
.gitignore Simplified .gitignore. 2010-01-09 16:16:07 +01:00
hakyll.cabal Added pure renderChain function. 2010-01-12 13:09:50 +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.