Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 1 | -4/+25 | |
2010-02-01 | Added indexUrl option - experimental. | Jasper Van der Jeugt | 1 | -0/+1 | |
This option will render, for example, about.html to about/index.html. This way, url's will generally look more pretty. | |||||
2010-01-31 | A little more documentation. | Jasper Van der Jeugt | 1 | -3/+13 | |
2010-01-28 | Categories are more or less stable now. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-01-27 | Added an option for categories instead/in addition to tags. Experimental. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-20 | Made site and cache directory configurable. Caching stubs. | Jasper Van der Jeugt | 1 | -24/+21 | |
2010-01-19 | Made hakyll function backward-compatible. Version bump. | Jasper Van der Jeugt | 1 | -3/+8 | |
2010-01-19 | Removed page caching. | Jasper Van der Jeugt | 1 | -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-19 | Hakyll now passes HLint. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-17 | Changed to tibbe's style guide for imports. | Jasper Van der Jeugt | 1 | -3/+2 | |
2010-01-15 | Minor code cleanup. | Jasper Van der Jeugt | 1 | -2/+1 | |
2010-01-14 | Added ReaderT to our stack. | Jasper Van der Jeugt | 1 | -9/+23 | |
2010-01-12 | User should always specify task. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-11 | Readability++. | Jasper Van der Jeugt | 1 | -4/+5 | |
2009-12-28 | Added preview command. | Jasper Van der Jeugt | 1 | -5/+8 | |
2009-12-27 | Made document root configurable. | Jasper Van der Jeugt | 1 | -1/+1 | |
2009-12-27 | Friendlier output. | Jasper Van der Jeugt | 1 | -3/+9 | |
2009-12-27 | Easier commands. | Jasper Van der Jeugt | 1 | -8/+8 | |
2009-12-27 | Added a simple HTTP server for testing purposes. | Jasper Van der Jeugt | 1 | -10/+19 | |
2009-12-27 | Added main method/module. | Jasper Van der Jeugt | 1 | -0/+33 | |