No description
Find a file
2010-01-18 17:51:28 +01:00
examples Fixed issue in tutorial 1. 2010-01-16 09:24:23 +01:00
src Added support for other common Markdown file extensions. 2010-01-18 17:51:28 +01:00
tests Added comment test case for compressCss. 2010-01-14 08:56:40 +01:00
.gitignore Ignore ctags' and etags' tag file. 2010-01-17 17:19:01 +01:00
hakyll.cabal Parallel version bump. 2010-01-14 21:01:18 +01:00
LICENSE Cabal changes. 2009-12-04 13:20:35 +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.