No description
Find a file
Sebastian Schwarz d806e939b1 Added links to GitHub repo and issue tracker.
This will display "Bug tracker" and "Source repository" fields
on Hackage in order to facilitate access to these resources.
See http://hackage.haskell.org/package/base for an example.
2010-01-09 00:22:35 +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 links to GitHub repo and issue tracker. 2010-01-09 00:22:35 +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.