Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-04 | Again an url mistake, now the simpleblog works too. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-03-04 | Got it to compile again, disabled Tags for now. | Jasper Van der Jeugt | 1 | -47/+26 | |
2010-03-04 | Work on migration to arrows. Compulation fails. | Jasper Van der Jeugt | 1 | -15/+8 | |
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules. | |||||
2010-03-04 | First careful transition from data to arrows. It compiles, but that's about it. | Jasper Van der Jeugt | 1 | -27/+25 | |
2010-02-27 | Minor tweaks on site, made PagePath a newtype. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-02-01 | Added indexUrl option - experimental. | Jasper Van der Jeugt | 1 | -2/+4 | |
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 | 1 | -12/+12 | |
2010-01-28 | Some more documentation. | Jasper Van der Jeugt | 1 | -0/+7 | |
2010-01-27 | Started a cleanup of Text.Hakyll.Tags. | Jasper Van der Jeugt | 1 | -0/+8 | |
2010-01-27 | Added createListing, createListingWith functions. | Jasper Van der Jeugt | 1 | -3/+41 | |
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-21 | Some more documentation. | Jasper Van der Jeugt | 1 | -2/+6 | |
2010-01-19 | Hakyll now passes HLint. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-19 | [awesome feature] Added combining of Renderables. | Jasper Van der Jeugt | 1 | -8/+52 | |
2010-01-17 | Changed to tibbe's style guide for imports. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-01-17 | Documentation++. | Jasper Van der Jeugt | 1 | -2/+7 | |
2010-01-17 | Fixed warnings when compiling with the new GHC 6.12.1. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-01-14 | Added ReaderT to our stack. | Jasper Van der Jeugt | 1 | -2/+4 | |
2010-01-10 | Added custom Template system. Highly experimental. | Jasper Van der Jeugt | 1 | -7/+5 | |
2010-01-10 | Worked on substitution. | Jasper Van der Jeugt | 1 | -1/+2 | |
2009-12-27 | More explicit imports. | Jasper Van der Jeugt | 1 | -6/+5 | |
2009-12-17 | Splitted Text.Hakyll.Util into Text.Hakyll.File and Text.Hakyll.Util. | Jasper Van der Jeugt | 1 | -1/+1 | |
2009-12-12 | Documented Text.Hakyll.Renderables. | Jasper Van der Jeugt | 1 | -7/+13 | |
2009-12-12 | Merged CustomPage and RenderableFilePath into one file. | Jasper Van der Jeugt | 1 | -0/+44 | |