No description
Find a file
Jasper Van der Jeugt cd6d968187 Remove debug output
2011-02-23 13:48:40 +01:00
data/templates Update data files 2011-01-24 13:30:09 +01:00
examples Document RelativizeUrls module 2011-02-12 20:33:46 +01:00
src Remove debug output 2011-02-23 13:48:40 +01:00
src-inotify/Hakyll/Web/Preview Remove debug output 2011-02-23 13:48:40 +01:00
src-interval/Hakyll/Web/Preview Add cabal flag for inotify 2011-02-23 10:11:55 +01:00
tests Top-level module for reading templates 2011-02-10 12:30:58 +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 Add cabal flag for inotify 2011-02-23 10:11: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.