No description
Find a file
Jasper Van der Jeugt 1c1133dfd6 More arrows
2010-12-30 10:02:25 +01:00
data/templates Use HTML for summary in atom feed 2010-11-26 16:04:11 +01:00
examples Version bump 2010-11-15 18:09:44 +01:00
src/Hakyll More arrows 2010-12-30 10:02:25 +01:00
tests Add Route code 2010-12-23 19:20:05 +01:00
.ghci Fix tests in master 2010-09-23 12:23:25 +02:00
.gitignore test-framework is fixed again, so we use it again. 2010-01-24 22:00:51 +01:00
hakyll.cabal Version bump 2010-11-15 18:09:44 +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.