summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Context.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-03-01Added simple pagination (unstable).Jasper Van der Jeugt1-3/+3
2010-02-27Readability improvements.Jasper Van der Jeugt1-7/+8
2010-01-27Added createListing, createListingWith functions.Jasper Van der Jeugt1-3/+3
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-23Documentation++.Jasper Van der Jeugt1-3/+22
2010-01-23Added changeExtension ContextManipulation.Jasper Van der Jeugt1-1/+15
2010-01-17Changed to tibbe's style guide for imports.Jasper Van der Jeugt1-1/+1
2010-01-17Documentation++.Jasper Van der Jeugt1-1/+1
2010-01-11Readability++.Jasper Van der Jeugt1-8/+9
2010-01-10Added custom Template system. Highly experimental.Jasper Van der Jeugt1-12/+14
2010-01-10Worked on substitution.Jasper Van der Jeugt1-7/+0
2010-01-10Started working on relative-url branch.Jasper Van der Jeugt1-0/+7
2010-01-09Some changes to the regex interface, and version bump.Jasper Van der Jeugt1-4/+3
2010-01-03Added context manipulating functions and associated render functions. Also, ↵Jasper Van der Jeugt1-0/+47
version bump.