Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-11 | Updated some comments. | Jasper Van der Jeugt | 3 | -13/+11 | |
2010-03-11 | Gave some functions better (more appropriate) names. | Jasper Van der Jeugt | 7 | -63/+57 | |
2010-03-11 | Moved some modules around for fun and profit. | Jasper Van der Jeugt | 13 | -105/+109 | |
2010-03-10 | Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render. | Jasper Van der Jeugt | 4 | -53/+38 | |
2010-03-10 | Removed xxxWith functions, they can be implemented more elegant using Arrows ↵ | Jasper Van der Jeugt | 9 | -181/+95 | |
anyway. | |||||
2010-03-10 | Renamed RenderAction to HakyllAction. | Jasper Van der Jeugt | 7 | -85/+85 | |
2010-03-09 | Fixed some minor issues. | Jasper Van der Jeugt | 2 | -3/+3 | |
2010-03-09 | Added Arrow implementation for RenderAction. | Jasper Van der Jeugt | 1 | -0/+11 | |
2010-03-08 | Documented Text.Hakyll.Feed. | Jasper Van der Jeugt | 1 | -11/+24 | |
2010-03-08 | Added renderAtom, feeds now validate. | Jasper Van der Jeugt | 2 | -83/+127 | |
2010-03-08 | Added RSS date for items. | Jasper Van der Jeugt | 1 | -2/+8 | |
2010-03-08 | Added Text.Hakyll.Internal.FileType module. | Jasper Van der Jeugt | 3 | -26/+60 | |
2010-03-08 | Documented Text.Hakyll.RenderAction. | Jasper Van der Jeugt | 1 | -26/+48 | |
2010-03-07 | createCustomPage can automatically infer dependencies. | Jasper Van der Jeugt | 3 | -19/+31 | |
2010-03-06 | Documentation++, added copyValue function. | Jasper Van der Jeugt | 3 | -12/+31 | |
2010-03-06 | Added RSS module. | Jasper Van der Jeugt | 7 | -18/+90 | |
2010-03-06 | Added rebuild mode. | Jasper Van der Jeugt | 1 | -0/+2 | |
2010-03-05 | Fixed bug with tag rendering. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-03-05 | Fixed bug in date rendering. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-03-05 | Reintegrated Tag module. | Jasper Van der Jeugt | 2 | -33/+42 | |
2010-03-05 | Aliased `RenderAction () Context` to Renderable, custompages now have ↵ | Jasper Van der Jeugt | 5 | -35/+45 | |
correct dependencies. | |||||
2010-03-05 | Removed deprecated code. | Jasper Van der Jeugt | 2 | -59/+1 | |
2010-03-05 | Simplified css and static code. | Jasper Van der Jeugt | 3 | -37/+32 | |
2010-03-05 | Removes superfluous functions, added some logging. | Jasper Van der Jeugt | 2 | -29/+5 | |
2010-03-04 | static and css now both use arrows. | Jasper Van der Jeugt | 1 | -9/+23 | |
2010-03-04 | Again an url mistake, now the simpleblog works too. | Jasper Van der Jeugt | 3 | -7/+6 | |
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 | 7 | -155/+122 | |
2010-03-04 | Work on migration to arrows. Compulation fails. | Jasper Van der Jeugt | 4 | -30/+19 | |
- 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 | 4 | -35/+77 | |
2010-03-01 | Clean up pagination, disable first/last link when on first/last page. | Jasper Van der Jeugt | 1 | -11/+17 | |
2010-03-01 | Added simple pagination (unstable). | Jasper Van der Jeugt | 3 | -11/+85 | |
2010-02-27 | Some more documentation. | Jasper Van der Jeugt | 1 | -0/+8 | |
2010-02-27 | Readability improvements. | Jasper Van der Jeugt | 2 | -8/+10 | |
2010-02-27 | Cleanup with hlint. | Jasper Van der Jeugt | 1 | -3/+4 | |
2010-02-27 | Minor tweaks on site, made PagePath a newtype. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-02-16 | Updated tests. | Jasper Van der Jeugt | 1 | -2/+6 | |
2010-02-16 | Better lhs writing. | Jasper Van der Jeugt | 1 | -0/+4 | |
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 5 | -13/+46 | |
2010-02-02 | Fixed indexUrl error with html pages. | Jasper Van der Jeugt | 2 | -0/+3 | |
2010-02-01 | Added indexUrl option - experimental. | Jasper Van der Jeugt | 8 | -27/+52 | |
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 | 2 | -4/+16 | |
2010-01-31 | Better naming scheme. | Jasper Van der Jeugt | 8 | -34/+34 | |
2010-01-29 | Added a sortByBaseName function. | Jasper Van der Jeugt | 1 | -1/+8 | |
2010-01-28 | Some more documentation. | Jasper Van der Jeugt | 1 | -0/+7 | |
2010-01-28 | Categories are more or less stable now. | Jasper Van der Jeugt | 3 | -6/+3 | |
2010-01-28 | Documented Text.Hakyll.Tags. | Jasper Van der Jeugt | 1 | -11/+30 | |
2010-01-27 | Started a cleanup of Text.Hakyll.Tags. | Jasper Van der Jeugt | 3 | -16/+43 | |
2010-01-27 | Added an option for categories instead/in addition to tags. Experimental. | Jasper Van der Jeugt | 4 | -6/+15 | |
2010-01-27 | Added createListing, createListingWith functions. | Jasper Van der Jeugt | 6 | -17/+55 | |
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, ... |