summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Internal/Template.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Remove old code for nowJasper Van der Jeugt1-86/+0
2010-10-28Add a takeBody functionJasper Van der Jeugt1-4/+4
2010-10-04Clean up modules a bitJasper Van der Jeugt1-1/+1
2010-10-04Separate pandoc from page reading, general cachingJasper Van der Jeugt1-1/+5
2010-10-02Disable partial functions (thanks chrisdone)Jasper Van der Jeugt1-4/+2
2010-08-06Refactored Template data structure.Jasper Van der Jeugt1-16/+19
2010-08-05Hamlet support (experimental)Jasper Van der Jeugt1-26/+12
2010-06-20Add newtype for ContextJasper Van der Jeugt1-3/+4
2010-06-18Allow markdown/tex/... in templatesJasper Van der Jeugt1-7/+11
2010-04-01Moved Arbitrary Template instance to tests.Jasper Van der Jeugt1-34/+2
This way, the code for Text.Hakyll.Internal.Template is cleaner, and our library does not depend on QuickCheck anymore.
2010-03-11Moved some modules around for fun and profit.Jasper Van der Jeugt1-1/+1
2010-01-27Added an option for categories instead/in addition to tags. Experimental.Jasper Van der Jeugt1-3/+4
2010-01-27Added createListing, createListingWith functions.Jasper Van der Jeugt1-6/+6
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-24Changed test system. Wrote some test cases.Jasper Van der Jeugt1-2/+37
2010-01-24Module cleanup.Jasper Van der Jeugt1-0/+86