summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Renderables.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-03-04Again an url mistake, now the simpleblog works too.Jasper Van der Jeugt1-3/+3
2010-03-04Got it to compile again, disabled Tags for now.Jasper Van der Jeugt1-47/+26
2010-03-04Work on migration to arrows. Compulation fails.Jasper Van der Jeugt1-15/+8
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules.
2010-03-04First careful transition from data to arrows. It compiles, but that's about it.Jasper Van der Jeugt1-27/+25
2010-02-27Minor tweaks on site, made PagePath a newtype.Jasper Van der Jeugt1-2/+2
2010-02-01Added indexUrl option - experimental.Jasper Van der Jeugt1-2/+4
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-12/+12
2010-01-28Some more documentation.Jasper Van der Jeugt1-0/+7
2010-01-27Started a cleanup of Text.Hakyll.Tags.Jasper Van der Jeugt1-0/+8
2010-01-27Added createListing, createListingWith functions.Jasper Van der Jeugt1-3/+41
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-21Some more documentation.Jasper Van der Jeugt1-2/+6
2010-01-19Hakyll now passes HLint.Jasper Van der Jeugt1-3/+3
2010-01-19[awesome feature] Added combining of Renderables.Jasper Van der Jeugt1-8/+52
2010-01-17Changed to tibbe's style guide for imports.Jasper Van der Jeugt1-1/+2
2010-01-17Documentation++.Jasper Van der Jeugt1-2/+7
2010-01-17Fixed warnings when compiling with the new GHC 6.12.1.Jasper Van der Jeugt1-1/+0
2010-01-14Added ReaderT to our stack.Jasper Van der Jeugt1-2/+4
2010-01-10Added custom Template system. Highly experimental.Jasper Van der Jeugt1-7/+5
2010-01-10Worked on substitution.Jasper Van der Jeugt1-1/+2
2009-12-27More explicit imports.Jasper Van der Jeugt1-6/+5
2009-12-17Splitted Text.Hakyll.Util into Text.Hakyll.File and Text.Hakyll.Util.Jasper Van der Jeugt1-1/+1
2009-12-12Documented Text.Hakyll.Renderables.Jasper Van der Jeugt1-7/+13
2009-12-12Merged CustomPage and RenderableFilePath into one file.Jasper Van der Jeugt1-0/+44