No description
Find a file
2011-03-01 14:47:33 +01:00
data/templates Fix feed templates 2011-02-28 11:53:43 +01:00
examples Note about IRC channel on homepage 2011-03-01 14:47:33 +01:00
src Add composeRoutes 2011-03-01 09:40:07 +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 Add composeRoutes 2011-03-01 09:40:07 +01:00
.ghci The dependency analyzer now knows a little more 2011-02-25 14:17:30 +01:00
.gitignore test-framework is fixed again, so we use it again. 2010-01-24 22:00:51 +01:00
hakyll.cabal Web.Util.String → {Web.Util.Url, Core.Util.String} 2011-02-28 22:33:28 +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.