No description
Find a file
2010-03-11 21:34:16 +01:00
data/templates Added renderAtom, feeds now validate. 2010-03-08 21:42:56 +01:00
examples Added 'The gist of it' sections. 2010-03-11 21:34:16 +01:00
src Started writing Hakyll 2.x tutorials. Updated brochure example. 2010-03-11 18:03:48 +01:00
tests Updated tests. 2010-02-16 19:18:53 +01:00
.gitignore test-framework is fixed again, so we use it again. 2010-01-24 22:00:51 +01:00
hakyll.cabal Gave some functions better (more appropriate) names. 2010-03-11 12:10:55 +01:00
LICENSE Cabal changes. 2009-12-04 13:20:35 +01:00
logo.svg Added logo. 2010-03-10 10:20:24 +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.