Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-04 | Clean up yesterday's work, fix tests | Jasper Van der Jeugt | 1 | -2/+3 | |
2010-08-02 | Add inHakyllDirectory function and test cases | Jasper Van der Jeugt | 1 | -2/+1 | |
2010-06-20 | Add newtype for Context | Jasper Van der Jeugt | 1 | -6/+10 | |
2010-04-04 | Added fix to allow dashes in pages. | Jasper Van der Jeugt | 1 | -0/+18 | |
Hakyll splits pages into metadata sections by lines starting with `---`. Because of this, thing like Header ------ Some text. will not parse. This commit fixes this, by fixating the length of the the dash pattern -- all dashed lines should contain the same number of dashes. Therefor, you can use something like --- title: Foobar --- Header ------ Some text. | |||||
2010-04-01 | Added test case for non-metadata pages. | Jasper Van der Jeugt | 1 | -0/+9 | |
2010-03-26 | Added `.txt` support, tests update. | Jasper Van der Jeugt | 1 | -5/+44 | |
- Pure text files are now supported. - We now hide the Internal modules. - Tests should be run through ghci. - Added testing of page reading. | |||||
2010-01-25 | Made Arbitrary Page instance. | Jasper Van der Jeugt | 1 | -0/+22 | |