Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-27 | Cleanup with hlint. | Jasper Van der Jeugt | 1 | -3/+4 | |
2010-02-12 | Added autocompile mode to replace preview mode. | Jasper Van der Jeugt | 1 | -7/+17 | |
2010-02-02 | Fixed indexUrl error with html pages. | Jasper Van der Jeugt | 1 | -0/+2 | |
2010-02-01 | Added indexUrl option - experimental. | Jasper Van der Jeugt | 1 | -17/+37 | |
This option will render, for example, about.html to about/index.html. This way, url's will generally look more pretty. | |||||
2010-01-31 | A little more documentation. | Jasper Van der Jeugt | 1 | -1/+3 | |
2010-01-31 | Better naming scheme. | Jasper Van der Jeugt | 1 | -3/+3 | |
2010-01-29 | Added a sortByBaseName function. | Jasper Van der Jeugt | 1 | -1/+8 | |
2010-01-24 | Added support for literate haskell files - patch by Mark Harris. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-20 | Made site and cache directory configurable. Caching stubs. | Jasper Van der Jeugt | 1 | -11/+20 | |
2010-01-19 | Removed page caching. | Jasper Van der Jeugt | 1 | -5/+0 | |
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 | Hakyll now passes HLint. | Jasper Van der Jeugt | 1 | -7/+5 | |
2010-01-18 | Merge branch 'master' of git://github.com/seschwar/Hakyll into experimental | Jasper Van der Jeugt | 1 | -1/+11 | |
Conflicts: hakyll.cabal src/Text/Hakyll/Page.hs src/Text/Hakyll/Render/Internal.hs | |||||
2010-01-18 | Added reStructuredText support. | Sebastian Schwarz | 1 | -0/+1 | |
Why not? Quickly tested. Seems to work fine. | |||||
2010-01-18 | Added support for other common Markdown file extensions. | Sebastian Schwarz | 1 | -1/+10 | |
2010-01-17 | Changed to tibbe's style guide for imports. | Jasper Van der Jeugt | 1 | -1/+2 | |
2010-01-17 | Documentation++. | Jasper Van der Jeugt | 1 | -3/+5 | |
2010-01-15 | Moved some more functions from the IO monad to the Hakyll monad stack. | Jasper Van der Jeugt | 1 | -14/+18 | |
2010-01-14 | Added ReaderT to our stack. | Jasper Van der Jeugt | 1 | -2/+6 | |
2010-01-11 | Readability++. | Jasper Van der Jeugt | 1 | -9/+14 | |
2010-01-11 | Added $root in filepaths. | Jasper Van der Jeugt | 1 | -3/+7 | |
2010-01-10 | Fixed bug in toURL. | Jasper Van der Jeugt | 1 | -1/+3 | |
2010-01-10 | Worked on substitution. | Jasper Van der Jeugt | 1 | -1/+3 | |
2010-01-10 | Started working on relative-url branch. | Jasper Van der Jeugt | 1 | -0/+7 | |
2010-01-08 | Added tagblog example (tutorial coming up). | Jasper Van der Jeugt | 1 | -2/+16 | |
2010-01-08 | Added link function. | Jasper Van der Jeugt | 1 | -0/+1 | |
2010-01-05 | Added an havingExtension filter because it's handy. | Jasper Van der Jeugt | 1 | -0/+7 | |
2009-12-29 | Fixed typo. Making another attempt to have it built on hackage... | Jasper Van der Jeugt | 1 | -1/+1 | |
2009-12-27 | More explicit imports. | Jasper Van der Jeugt | 1 | -7/+7 | |
2009-12-18 | Changed to a more general directory command, and added css command. | Jasper Van der Jeugt | 1 | -1/+6 | |
2009-12-17 | Splitted Text.Hakyll.Util into Text.Hakyll.File and Text.Hakyll.Util. | Jasper Van der Jeugt | 1 | -0/+55 | |