summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll
AgeCommit message (Collapse)AuthorFilesLines
2010-01-24Use ascending list for serializing where possible.Jasper Van der Jeugt2-4/+4
2010-01-24Added tagMap caching.Jasper Van der Jeugt3-14/+33
Because the readTagMap function was currently one of the bottlenexks, this has caused a speedup of 900% for some test cases, so yay for that.
2010-01-24Wrote some more documentation.Jasper Van der Jeugt4-2/+9
2010-01-23Documentation++.Jasper Van der Jeugt5-15/+54
2010-01-23Added changeExtension ContextManipulation.Jasper Van der Jeugt1-1/+15
2010-01-23Strictness cleanup.Jasper Van der Jeugt2-9/+5
2010-01-21Some more documentation.Jasper Van der Jeugt3-3/+14
2010-01-20Speedup of factor 4 by switching to the Data.Binary library for serialization.Jasper Van der Jeugt2-8/+13
2010-01-20Added caching again. But now the more sexy, stable and fast version.Jasper Van der Jeugt2-5/+27
2010-01-20Made site and cache directory configurable. Caching stubs.Jasper Van der Jeugt5-23/+49
2010-01-19Removed debug output.Jasper Van der Jeugt1-1/+0
2010-01-19Removed page caching.Jasper Van der Jeugt2-45/+9
I am removing page caching for the following reasons (in no particular order): - It is very error-prone because the pandoc output might interfere with the Hakyll page layout (and thus would pages be read incorrectly). - Timestamping is a much better method to save compilation time. - It would also mess up Unicode sometimes. - Hakyll is aimed at small to medium sites. This caching would not bring a huge speedup anyway. Note: there still is timestamp checking!
2010-01-19Made page parser a little less strict.Jasper Van der Jeugt2-5/+6
2010-01-19Hakyll now passes HLint.Jasper Van der Jeugt9-32/+33
2010-01-19Cleaner page reading.Jasper Van der Jeugt1-10/+10
2010-01-19[awesome feature] Added combining of Renderables.Jasper Van der Jeugt1-8/+52
2010-01-19Unicode is a bitch.Jasper Van der Jeugt2-12/+10
I am leaving a character in one of the examples, so we would notice it directly, should we ever break it again.
2010-01-19Enable Pandoc's smart typography parsing.Sebastian Schwarz1-1/+5
Something like: -- to – and ... to …
2010-01-18Added basic support for metadata sections.Jasper Van der Jeugt2-33/+59
2010-01-18Added liftIO.Jasper Van der Jeugt1-1/+1
2010-01-18Merge branch 'master' of git://github.com/seschwar/Hakyll into experimentalJasper Van der Jeugt2-6/+15
Conflicts: hakyll.cabal src/Text/Hakyll/Page.hs src/Text/Hakyll/Render/Internal.hs
2010-01-18Added reStructuredText support.Sebastian Schwarz2-0/+2
Why not? Quickly tested. Seems to work fine.
2010-01-18Added support for other common Markdown file extensions.Sebastian Schwarz2-5/+12
2010-01-18Added UTF8 where nessecary.Jasper Van der Jeugt2-13/+15
2010-01-18Fixed bug in section metadata writing.Jasper Van der Jeugt1-1/+1
2010-01-17Added section metadata writing.Jasper Van der Jeugt1-1/+8
2010-01-17Changed to tibbe's style guide for imports.Jasper Van der Jeugt9-12/+13
2010-01-17Documentation++.Jasper Van der Jeugt8-24/+48
2010-01-17Use Text.Hakyll.Render.Internal to render tag cloud.Jasper Van der Jeugt1-6/+9
2010-01-17Fixed warnings when compiling with the new GHC 6.12.1.Jasper Van der Jeugt4-5/+2
2010-01-15Minor code cleanup.Jasper Van der Jeugt2-9/+17
2010-01-15Moved some more functions from the IO monad to the Hakyll monad stack.Jasper Van der Jeugt4-30/+38
2010-01-14Parallel version bump.Jasper Van der Jeugt2-4/+4
Conflicts: src/Text/Hakyll/Page.hs
2010-01-14Parallel version bump.Jasper Van der Jeugt2-4/+4
2010-01-14Added ReaderT to our stack.Jasper Van der Jeugt8-43/+75
2010-01-12Added pure renderAndConcat function.Jasper Van der Jeugt2-9/+18
2010-01-12Added pure renderChain function.Jasper Van der Jeugt2-10/+21
2010-01-12Added pure render function.Jasper Van der Jeugt2-52/+73
2010-01-12Fixed bug in page loading.Jasper Van der Jeugt1-2/+2
2010-01-12Some more strictness.Jasper Van der Jeugt2-8/+10
2010-01-11Readability++.Jasper Van der Jeugt7-93/+119
2010-01-11Added $root in filepaths.Jasper Van der Jeugt1-3/+7
2010-01-11Added some strictness.Jasper Van der Jeugt1-2/+5
2010-01-11Fixed $$ escaping.Jasper Van der Jeugt1-11/+21
2010-01-10Fixed bug in toURL.Jasper Van der Jeugt1-1/+3
2010-01-10Added custom Template system. Highly experimental.Jasper Van der Jeugt8-83/+91
2010-01-10Worked on substitution.Jasper Van der Jeugt5-19/+20
2010-01-10Started working on relative-url branch.Jasper Van der Jeugt3-0/+15
2010-01-09Some changes to the regex interface, and version bump.Jasper Van der Jeugt5-21/+76
2010-01-08Added tagblog example (tutorial coming up).Jasper Van der Jeugt2-3/+18