summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Provider/Metadata.hs
AgeCommit message (Collapse)AuthorFilesLines
2013-08-14Fix versions & metadata loading issueJasper Van der Jeugt1-2/+3
Closes #171
2013-05-04Style changes, move stuff to common parser moduleJasper Van der Jeugt1-1/+6
2013-02-26Fix broken test case for #115Jasper Van der Jeugt1-1/+1
2013-02-26Add testcase for #115Jasper Van der Jeugt1-0/+2
2013-02-26Ignore initial whitespace in a continuation line for a metadata fieldPeter Jones1-2/+3
When parsing a metadata field that spans several lines skip over the initial whitespace on each line. This allows alignment of metadata fields: --- description: A long description that would look better if it spanned multiple lines and was indented ---
2013-02-09Start provider rewriteJasper Van der Jeugt1-3/+4
2012-11-19Add tests againJasper Van der Jeugt1-4/+4
2012-11-18Add Item abstractionJasper Van der Jeugt1-0/+125