Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 8 | -157/+124 | |
2010-03-04 | Work on migration to arrows. Compulation fails. | Jasper Van der Jeugt | 5 | -31/+20 | |
- 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 | 5 | -35/+78 | |
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 | 4 | -11/+86 | |
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 | 3 | -6/+7 | |
2010-02-17 | Version bump. | Jasper Van der Jeugt | 4 | -1/+45 | |
2010-02-16 | Wrote about index url's in a tutorial. | Jasper Van der Jeugt | 1 | -0/+32 | |
2010-02-16 | Updated tests. | Jasper Van der Jeugt | 5 | -53/+57 | |
2010-02-16 | Better lhs writing. | Jasper Van der Jeugt | 1 | -0/+4 | |
2010-02-15 | Wrote about autocompilation in a tutorial. | Jasper Van der Jeugt | 2 | -2/+21 | |
2010-02-12 | Gave tutorials proper names and fixed rss link. | Jasper Van der Jeugt | 7 | -8/+8 | |
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 6 | -13/+47 | |
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 | 14 | -48/+48 | |
2010-01-30 | Version bump. | Jasper Van der Jeugt | 8 | -3/+4 | |
2010-01-29 | Added a category tutorial. | Jasper Van der Jeugt | 5 | -4/+97 | |
2010-01-29 | Added a sortByBaseName function. | Jasper Van der Jeugt | 1 | -1/+8 | |
2010-01-29 | Added categoryblog example. | Jasper Van der Jeugt | 16 | -10/+228 | |
2010-01-29 | Updated tutorials. | Jasper Van der Jeugt | 3 | -45/+31 | |
2010-01-29 | Updated simpleblog, rssblog and tagblog examples to trunk. | Jasper Van der Jeugt | 8 | -40/+29 | |
2010-01-28 | Updated documentation and examples. | Jasper Van der Jeugt | 6 | -47/+48 | |
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, ... | |||||
2010-01-27 | Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-27 | Updated examples. | Jasper Van der Jeugt | 5 | -0/+0 | |
2010-01-27 | Updated examples and tutorials. | Jasper Van der Jeugt | 2 | -8/+10 | |
2010-01-27 | Fixed typos in comments. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-01-25 | Made Arbitrary Page instance. | Jasper Van der Jeugt | 3 | -2/+41 | |
2010-01-24 | Backported previous tests. | Jasper Van der Jeugt | 6 | -1/+165 | |
2010-01-24 | test-framework is fixed again, so we use it again. | Jasper Van der Jeugt | 4 | -26/+46 | |
2010-01-24 | Added some different formats in the first example as a demonstration. | Jasper Van der Jeugt | 7 | -18/+56 | |
2010-01-24 | Added support for literate haskell files - patch by Mark Harris. | Jasper Van der Jeugt | 2 | -1/+5 | |
2010-01-24 | Changed test system. Wrote some test cases. | Jasper Van der Jeugt | 6 | -147/+114 | |
2010-01-24 | Module cleanup. | Jasper Van der Jeugt | 6 | -29/+32 | |