No description
Find a file
Jasper Van der Jeugt 547f98dff0 Added link function.
2010-01-08 09:42:33 +01:00
examples Added link function. 2010-01-08 09:42:33 +01:00
src Added link function. 2010-01-08 09:42:33 +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.