No description
Find a file
2010-01-08 13:33:43 +01:00
examples Added another tutorial. 2010-01-08 13:33:43 +01:00
src Added tagblog example (tutorial coming up). 2010-01-08 12:41:58 +01:00
tests Added link function. 2010-01-08 09:42:33 +01:00
hakyll.cabal Added context manipulating functions and associated render functions. Also, version bump. 2010-01-03 12:21:15 +01:00
LICENSE Cabal changes. 2009-12-04 13:20:35 +01:00
README.markdown Made url in readme point to gihub repo instead of snapshot. 2010-01-04 21:03:57 +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 here on github as well, as a reference.

Installation

cabal install hakyll

Tutorial and information

More information can be found on the hakyll homepage.