No description
Find a file
Jasper Van der Jeugt 509f919997 Fixed error when rendering literate Haskell.
Literate haskell was not listed in the pattern matching on
FileType's, so it gave an error that the file type could not be
rendered. This was quickly resolved by adding it to the list.
2010-03-26 16:49:12 +01:00
data/templates Removed comments from feeds. 2010-03-15 19:08:37 +01:00
examples Fixed error when rendering literate Haskell. 2010-03-26 16:49:12 +01:00
src Fixed error when rendering literate Haskell. 2010-03-26 16:49:12 +01:00
tests Added .txt support, tests update. 2010-03-26 14:10:10 +01:00
.ghci Added .txt support, tests update. 2010-03-26 14:10:10 +01:00
.gitignore test-framework is fixed again, so we use it again. 2010-01-24 22:00:51 +01:00
hakyll.cabal Added .txt support, tests update. 2010-03-26 14:10:10 +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.