summaryrefslogtreecommitdiff
path: root/tests/Page.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-10-04Clean up yesterday's work, fix testsJasper Van der Jeugt1-2/+3
2010-08-02Add inHakyllDirectory function and test casesJasper Van der Jeugt1-2/+1
2010-06-20Add newtype for ContextJasper Van der Jeugt1-6/+10
2010-04-04Added fix to allow dashes in pages.Jasper Van der Jeugt1-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-01Added test case for non-metadata pages.Jasper Van der Jeugt1-0/+9
2010-03-26Added `.txt` support, tests update.Jasper Van der Jeugt1-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-25Made Arbitrary Page instance.Jasper Van der Jeugt1-0/+22