No description
Find a file
Jasper Van der Jeugt 68facf83ec Removed page caching.
I am removing page caching for the following reasons (in no particular order):
- It is very error-prone because the pandoc output might interfere with the
  Hakyll page layout (and thus would pages be read incorrectly).
- Timestamping is a much better method to save compilation time.
- It would also mess up Unicode sometimes.
- Hakyll is aimed at small to medium sites. This caching would not bring a huge
  speedup anyway.

Note: there still is timestamp checking!
2010-01-19 16:34:41 +01:00
examples Added some experimental features to the hakyll site. 2010-01-19 10:08:57 +01:00
src Removed page caching. 2010-01-19 16:34:41 +01:00
tests Changed to tibbe's style guide for imports. 2010-01-17 14:43:41 +01:00
.gitignore Ignore ctags' and etags' tag file. 2010-01-17 17:19:01 +01:00
hakyll.cabal Unicode is a bitch. 2010-01-19 09:15:39 +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.