Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-05 | Removes superfluous functions, added some logging. | Jasper Van der Jeugt | 1 | -24/+4 | |
2010-03-04 | Fixed url inclusion bug. Brochure example works now. | Jasper Van der Jeugt | 1 | -4/+6 | |
2010-03-04 | Got it to compile again, disabled Tags for now. | Jasper Van der Jeugt | 2 | -27/+8 | |
2010-03-04 | Work on migration to arrows. Compulation fails. | Jasper Van der Jeugt | 2 | -1/+182 | |
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules. | |||||
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-02-01 | Added indexUrl option - experimental. | Jasper Van der Jeugt | 1 | -2/+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 | Better naming scheme. | Jasper Van der Jeugt | 2 | -5/+5 | |
2010-01-27 | Added an option for categories instead/in addition to tags. Experimental. | Jasper Van der Jeugt | 1 | -3/+4 | |
2010-01-27 | Added createListing, createListingWith functions. | Jasper Van der Jeugt | 1 | -6/+6 | |
These functions were added to have a simpler and more high-level way to do the common createCustomPage/renderAndConcat combination to create post lists, rss feeds, ... | |||||
2010-01-24 | Changed test system. Wrote some test cases. | Jasper Van der Jeugt | 1 | -2/+37 | |
2010-01-24 | Module cleanup. | Jasper Van der Jeugt | 3 | -0/+190 | |
2010-01-24 | Added tagMap caching. | Jasper Van der Jeugt | 1 | -6/+8 | |
Because the readTagMap function was currently one of the bottlenexks, this has caused a speedup of 900% for some test cases, so yay for that. | |||||
2010-01-21 | Some more documentation. | Jasper Van der Jeugt | 1 | -0/+6 | |
2010-01-20 | Speedup of factor 4 by switching to the Data.Binary library for serialization. | Jasper Van der Jeugt | 1 | -7/+5 | |
2010-01-20 | Added caching again. But now the more sexy, stable and fast version. | Jasper Van der Jeugt | 1 | -2/+14 | |
2010-01-20 | Made site and cache directory configurable. Caching stubs. | Jasper Van der Jeugt | 1 | -0/+12 | |