summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Hakyll.hs
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12Added autocompile mode to replace preview mode.Jasper Van der Jeugt1-0/+2
2010-02-01Added indexUrl option - experimental.Jasper Van der Jeugt1-0/+2
This option will render, for example, about.html to about/index.html. This way, url's will generally look more pretty.
2010-01-28Categories are more or less stable now.Jasper Van der Jeugt1-2/+0
2010-01-27Added an option for categories instead/in addition to tags. Experimental.Jasper Van der Jeugt1-0/+2
2010-01-20Made site and cache directory configurable. Caching stubs.Jasper Van der Jeugt1-0/+4
2010-01-17Changed to tibbe's style guide for imports.Jasper Van der Jeugt1-1/+2
2010-01-17Documentation++.Jasper Van der Jeugt1-1/+1
2010-01-15Minor code cleanup.Jasper Van der Jeugt1-4/+13
2010-01-14Added ReaderT to our stack.Jasper Van der Jeugt1-0/+15