summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Internal/Render.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-03-10Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render.Jasper Van der Jeugt1-39/+0
2010-03-10Removed xxxWith functions, they can be implemented more elegant using Arrows ↵Jasper Van der Jeugt1-11/+6
anyway.
2010-03-10Renamed RenderAction to HakyllAction.Jasper Van der Jeugt1-3/+3
2010-03-09Fixed some minor issues.Jasper Van der Jeugt1-1/+1
2010-03-06Added RSS module.Jasper Van der Jeugt1-1/+1
2010-03-05Simplified css and static code.Jasper Van der Jeugt1-4/+1
2010-03-05Removes superfluous functions, added some logging.Jasper Van der Jeugt1-24/+4
2010-03-04Got it to compile again, disabled Tags for now.Jasper Van der Jeugt1-8/+8
2010-03-04Work on migration to arrows. Compulation fails.Jasper Van der Jeugt1-1/+1
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules.
2010-02-01Added indexUrl option - experimental.Jasper Van der Jeugt1-2/+1
This option will render, for example, about.html to about/index.html. This way, url's will generally look more pretty.
2010-01-31Better naming scheme.Jasper Van der Jeugt1-1/+1
2010-01-24Module cleanup.Jasper Van der Jeugt1-0/+68