Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-19 | Removed debug output. | Jasper Van der Jeugt | 1 | -1/+0 | |
2010-01-19 | Removed page caching. | Jasper Van der Jeugt | 3 | -47/+10 | |
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-19 | Made page parser a little less strict. | Jasper Van der Jeugt | 2 | -5/+6 | |
2010-01-19 | Hakyll now passes HLint. | Jasper Van der Jeugt | 11 | -48/+48 | |
2010-01-19 | Added some experimental features to the hakyll site. | Jasper Van der Jeugt | 4 | -11/+15 | |
2010-01-19 | Cleaner page reading. | Jasper Van der Jeugt | 1 | -10/+10 | |
2010-01-19 | [awesome feature] Added combining of Renderables. | Jasper Van der Jeugt | 1 | -8/+52 | |
2010-01-19 | Unicode is a bitch. | Jasper Van der Jeugt | 4 | -15/+12 | |
I am leaving a character in one of the examples, so we would notice it directly, should we ever break it again. | |||||
2010-01-19 | Enable Pandoc's smart typography parsing. | Sebastian Schwarz | 1 | -1/+5 | |
Something like: -- to – and ... to … | |||||
2010-01-18 | Made hakyll website up-to-date with master branch. | Jasper Van der Jeugt | 4 | -31/+23 | |
2010-01-18 | Fixed unicode handling in server. | Jasper Van der Jeugt | 1 | -14/+12 | |
2010-01-18 | Migrated examples to be up-to-date with master. | Jasper Van der Jeugt | 3 | -16/+18 | |
2010-01-18 | Added basic support for metadata sections. | Jasper Van der Jeugt | 2 | -33/+59 | |
2010-01-18 | Added liftIO. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-18 | Merge branch 'master' of git://github.com/seschwar/Hakyll into experimental | Jasper Van der Jeugt | 3 | -6/+17 | |
Conflicts: hakyll.cabal src/Text/Hakyll/Page.hs src/Text/Hakyll/Render/Internal.hs | |||||
2010-01-18 | Added reStructuredText support. | Sebastian Schwarz | 2 | -0/+2 | |
Why not? Quickly tested. Seems to work fine. | |||||
2010-01-18 | Added support for other common Markdown file extensions. | Sebastian Schwarz | 2 | -5/+12 | |
2010-01-18 | Added UTF8 where nessecary. | Jasper Van der Jeugt | 4 | -24/+28 | |
2010-01-18 | Fixed bug in section metadata writing. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-17 | Added section metadata writing. | Jasper Van der Jeugt | 1 | -1/+8 | |
2010-01-17 | Ignore ctags' and etags' tag file. | Sebastian Schwarz | 1 | -0/+2 | |
2010-01-17 | Changed to tibbe's style guide for imports. | Jasper Van der Jeugt | 12 | -19/+19 | |
2010-01-17 | Documentation++. | Jasper Van der Jeugt | 8 | -24/+48 | |
2010-01-17 | Use Text.Hakyll.Render.Internal to render tag cloud. | Jasper Van der Jeugt | 1 | -6/+9 | |
2010-01-17 | Fixed warnings when compiling with the new GHC 6.12.1. | Jasper Van der Jeugt | 5 | -8/+4 | |
2010-01-16 | Fixed issue in tutorial 1. | Jasper Van der Jeugt | 1 | -7/+7 | |
Kudos to kamatsu for noticing. | |||||
2010-01-16 | Fixed issue in tutorial 1. | Jasper Van der Jeugt | 1 | -7/+7 | |
Kudos to kamatsu for noticing. | |||||
2010-01-15 | Minor code cleanup. | Jasper Van der Jeugt | 3 | -11/+18 | |
2010-01-15 | Moved some more functions from the IO monad to the Hakyll monad stack. | Jasper Van der Jeugt | 4 | -30/+38 | |
2010-01-14 | Parallel version bump. | Jasper Van der Jeugt | 3 | -6/+6 | |
Conflicts: src/Text/Hakyll/Page.hs | |||||
2010-01-14 | Parallel version bump. | Jasper Van der Jeugt | 3 | -6/+6 | |
2010-01-14 | Added ReaderT to our stack. | Jasper Van der Jeugt | 11 | -54/+101 | |
2010-01-14 | Examples bump. | Jasper Van der Jeugt | 4 | -0/+0 | |
2010-01-14 | Version bump. 1.0 release. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-14 | Added comment test case for compressCss. | Jasper Van der Jeugt | 1 | -0/+3 | |
2010-01-12 | User should always specify task. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-12 | Added pure renderAndConcat function. | Jasper Van der Jeugt | 2 | -9/+18 | |
2010-01-12 | Added pure renderChain function. | Jasper Van der Jeugt | 3 | -10/+22 | |
2010-01-12 | Added pure render function. | Jasper Van der Jeugt | 2 | -52/+73 | |
2010-01-12 | Fixed bug in page loading. | Jasper Van der Jeugt | 1 | -2/+2 | |
2010-01-12 | Some more strictness. | Jasper Van der Jeugt | 2 | -8/+10 | |
2010-01-11 | Efficient file size. | Jasper Van der Jeugt | 1 | -5/+8 | |
2010-01-11 | Added some more tests. | Jasper Van der Jeugt | 1 | -54/+84 | |
2010-01-11 | Threw away bytestring. Simplicity++. | Jasper Van der Jeugt | 2 | -39/+37 | |
2010-01-11 | Readability++. | Jasper Van der Jeugt | 9 | -148/+187 | |
2010-01-11 | Added $root in filepaths. | Jasper Van der Jeugt | 2 | -4/+8 | |
2010-01-11 | Fixed issue in tutorial 2. | Jasper Van der Jeugt | 1 | -1/+1 | |
2010-01-11 | Added some strictness. | Jasper Van der Jeugt | 2 | -3/+7 | |
2010-01-11 | Ported the tutorials. | Jasper Van der Jeugt | 4 | -13/+23 | |
2010-01-11 | Fixed $$ escaping. | Jasper Van der Jeugt | 1 | -11/+21 | |