summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-01-20Made site and cache directory configurable. Caching stubs.Jasper Van der Jeugt1-24/+21
2010-01-19Made hakyll function backward-compatible. Version bump.Jasper Van der Jeugt1-3/+8
2010-01-19Removed page caching.Jasper Van der Jeugt1-2/+1
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-19Hakyll now passes HLint.Jasper Van der Jeugt1-3/+3
2010-01-17Changed to tibbe's style guide for imports.Jasper Van der Jeugt1-3/+2
2010-01-15Minor code cleanup.Jasper Van der Jeugt1-2/+1
2010-01-14Added ReaderT to our stack.Jasper Van der Jeugt1-9/+23
2010-01-12User should always specify task.Jasper Van der Jeugt1-3/+3
2010-01-11Readability++.Jasper Van der Jeugt1-4/+5
2009-12-28Added preview command.Jasper Van der Jeugt1-5/+8
2009-12-27Made document root configurable.Jasper Van der Jeugt1-1/+1
2009-12-27Friendlier output.Jasper Van der Jeugt1-3/+9
2009-12-27Easier commands.Jasper Van der Jeugt1-8/+8
2009-12-27Added a simple HTTP server for testing purposes.Jasper Van der Jeugt1-10/+19
2009-12-27Added main method/module.Jasper Van der Jeugt1-0/+33