Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-01 | Moved Arbitrary Template instance to tests. | Jasper Van der Jeugt | 3 | -36/+35 | |
This way, the code for Text.Hakyll.Internal.Template is cleaner, and our library does not depend on QuickCheck anymore. | |||||
2010-04-01 | Added test case for non-metadata pages. | Jasper Van der Jeugt | 1 | -0/+9 | |
2010-03-31 | Type fix by minh thu. | Jasper Van der Jeugt | 1 | -4/+4 | |
2010-03-31 | Dug in git commits to restore changelogs. | Jasper Van der Jeugt | 1 | -1/+32 | |
2010-03-31 | Updated changelog. | Jasper Van der Jeugt | 1 | -0/+10 | |
2010-03-31 | Fixed zip file url's. | Jasper Van der Jeugt | 6 | -6/+6 | |
2010-03-31 | Updated zip files. | Jasper Van der Jeugt | 6 | -0/+0 | |
2010-03-31 | Version bump. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-03-31 | Added update note on tutorials page. | Jasper Van der Jeugt | 1 | -0/+7 | |
2010-03-31 | Some minor updates to hakyll site. | Jasper Van der Jeugt | 10 | -1009/+12 | |
- Hide image captions. - Remove old tutorials. - Some minor changes to the tutorials. | |||||
2010-03-31 | Updated tutorial about categoryblog. | Jasper Van der Jeugt | 5 | -2/+105 | |
2010-03-30 | Added "helping out" section to tutorials. | Jasper Van der Jeugt | 2 | -9/+25 | |
We really need more feedback on the turorials, so we can adapt them to the needs of the readers. | |||||
2010-03-30 | Adapted examples to general style guide. | Jasper Van der Jeugt | 5 | -39/+55 | |
Because I thought the examples should follow the same style guidelines as the Hakyll code itself, I adapted them to it. | |||||
2010-03-30 | Updated categoryblog example to Hakyll-2.x. | Jasper Van der Jeugt | 4 | -40/+37 | |
2010-03-29 | Updated part 7 of the tutorial. | Jasper Van der Jeugt | 1 | -0/+60 | |
2010-03-27 | Fixed error causing post lists to be reversed. | Jasper Van der Jeugt | 2 | -11/+16 | |
This error was caused when rendering post lists produced by readTagMap. I also gave some shorter implementations for functions in Text.Hakyll.HakyllAction. | |||||
2010-03-26 | Fixed error when rendering literate Haskell. | Jasper Van der Jeugt | 2 | -5/+5 | |
Literate haskell was not listed in the pattern matching on FileType's, so it gave an error that the file type could not be rendered. This was quickly resolved by adding it to the list. | |||||
2010-03-26 | Added `.txt` support, tests update. | Jasper Van der Jeugt | 8 | -47/+60 | |
- Pure text files are now supported. - We now hide the Internal modules. - Tests should be run through ghci. - Added testing of page reading. | |||||
2010-03-24 | Hakyll site style update. | Jasper Van der Jeugt | 2 | -14/+14 | |
2010-03-24 | Added sixth tutorial part. | Jasper Van der Jeugt | 2 | -2/+224 | |
2010-03-21 | Updated tagblog example to hakyll-2.x | Jasper Van der Jeugt | 3 | -39/+32 | |
2010-03-18 | Typo fix by Andrew Antle. | Jasper Van der Jeugt | 2 | -2/+2 | |
2010-03-15 | Removed comments from feeds. | Jasper Van der Jeugt | 2 | -2/+0 | |
2010-03-15 | Added 5th part of the tutorial. | Jasper Van der Jeugt | 1 | -0/+84 | |
2010-03-15 | Migrated rssblog example to feedblog. | Jasper Van der Jeugt | 15 | -34/+46 | |
2010-03-14 | Added renderBody function. | Jasper Van der Jeugt | 1 | -0/+11 | |
2010-03-12 | Changes String to FilePath on appropriate places. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-03-12 | Wrote fourth part of the tutorials. | Jasper Van der Jeugt | 2 | -6/+163 | |
2010-03-12 | Added "Why renderChain" section, fixed some typos. | Jasper Van der Jeugt | 2 | -2/+10 | |
2010-03-11 | Added 'The gist of it' sections. | Jasper Van der Jeugt | 2 | -0/+12 | |
2010-03-11 | Updated tutorial 3. | Jasper Van der Jeugt | 2 | -4/+172 | |
2010-03-11 | Started writing Hakyll 2.x tutorials. Updated brochure example. | Jasper Van der Jeugt | 8 | -20/+333 | |
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 | 8 | -64/+58 | |
2010-03-11 | Moved some modules around for fun and profit. | Jasper Van der Jeugt | 14 | -106/+111 | |
2010-03-10 | Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render. | Jasper Van der Jeugt | 5 | -54/+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 | 8 | -86/+86 | |
2010-03-10 | Added logo. | Jasper Van der Jeugt | 1 | -0/+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 | 7 | -86/+157 | |
2010-03-08 | Added RSS date for items. | Jasper Van der Jeugt | 2 | -2/+9 | |
2010-03-08 | Added Text.Hakyll.Internal.FileType module. | Jasper Van der Jeugt | 4 | -26/+61 | |
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 | 4 | -13/+32 | |
2010-03-06 | Added RSS module. | Jasper Van der Jeugt | 10 | -68/+158 | |
2010-03-06 | Added rebuild mode. | Jasper Van der Jeugt | 1 | -0/+2 | |