Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-08 | Use lrucache to limit the in-memory resource cache to the 500 most recently | Andrew Miller | 2 | -13/+21 | |
used items. This stops swap being used on sites where not all the resources will fit in memory, but ensures that frequently used resources like templates stay in the cache. This drastically improves performance in such cases. | |||||
2012-08-08 | Make Resource Provider keep list of files in a set, rather than as a list, and | Andrew Miller | 1 | -3/+9 | |
use Data.Set.member rather than Prelude.elem to test whether a resource exists. On the site I'm currently working on (where there are ~1000 resources) this makes hakyll about 25% faster. | |||||
2012-08-06 | Merge pull request #76 from sol/master | Jasper Van der Jeugt | 1 | -2/+0 | |
Update travis-ci config | |||||
2012-08-06 | Update travis-ci config | Simon Hengel | 1 | -2/+0 | |
2012-08-02 | Merge pull request #75 from sphynx/master | Jasper Van der Jeugt | 2 | -4/+9 | |
Added Windows newlines (\r\n) support to the page parser and CSS compressor | |||||
2012-08-02 | Added proper handling of windows newlines during whitespace compression of ↵ | Ivan N. Veselov | 1 | -2/+2 | |
CSS files. Simpified several regexps. | |||||
2012-08-02 | Added support for Windows newlines in pages. | Ivan N. Veselov | 1 | -2/+7 | |
Otherwise, we are getting the following error message during page reading if some of the pages are prepared in Windows, which is somewhat confusing: hakyll: "page" (line 1, column 4): unexpected "\r" expecting "-", space or new-line | |||||
2012-08-02 | Merge pull request #74 from sphynx/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Update web/tutorials/faq.markdown | |||||
2012-08-02 | Update web/tutorials/faq.markdown | Ivan Veselov | 1 | -1/+1 | |
Removed extra ">>>" to fix the compilation error. | |||||
2012-07-13 | Version bump (3.4.0.0) | Jasper Van der Jeugt | 1 | -3/+3 | |
2012-07-13 | Merge pull request #72 from crodjer/master | Jasper Van der Jeugt | 3 | -0/+6 | |
A tiny changeset and add my site | |||||
2012-07-13 | Add www.rohanjain.in to example sites | Rohan Jain | 1 | -0/+2 | |
Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2012-07-13 | Add author email to feed | Rohan Jain | 2 | -0/+4 | |
Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2012-06-14 | Add www.alfredodinapoli.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-06-10 | Add test for #69, minor edits | Jasper Van der Jeugt | 4 | -10/+14 | |
2012-06-10 | Merge pull request #69 from favonia/master | Jasper Van der Jeugt | 1 | -1/+9 | |
Do not escape contents within 'style' tags. | |||||
2012-06-10 | Do not escape contents within 'style' tags. | Favonia | 1 | -1/+9 | |
2012-05-31 | Update FAQ: we don't depend on pcre no more! | Jasper Van der Jeugt | 1 | -17/+0 | |
2012-05-31 | Update syntax highlighting section in FAQ | Jasper Van der Jeugt | 1 | -3/+6 | |
Closes #68 | |||||
2012-05-29 | Add constRoute | Jasper Van der Jeugt | 2 | -0/+12 | |
Closes #67 | |||||
2012-05-23 | Add http://shakthimaan.com/news.html to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-05-18 | Version bump (3.3.0.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-05-18 | Resource invariant: / as path separator | Jasper Van der Jeugt | 5 | -20/+27 | |
2012-05-18 | Use splitPath | Jasper Van der Jeugt | 2 | -48/+47 | |
2012-05-17 | Fix pandoc version | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-05-17 | Version bump (3.2.8.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-05-17 | Merge branch 'stable' | Jasper Van der Jeugt | 2 | -6/+21 | |
Conflicts: hakyll.cabal | |||||
2012-05-17 | Make UnixFilter module optional | Jasper Van der Jeugt | 2 | -6/+21 | |
2012-05-12 | Oops | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-05-12 | Merge branch 'stable' | Jasper Van der Jeugt | 4 | -19/+38 | |
2012-05-12 | Memory optimizations | Jasper Van der Jeugt | 4 | -19/+38 | |
2012-04-30 | Bump hamlet dependency | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-04-29 | Oops, fix text version constraint | Jasper Van der Jeugt | 1 | -1/+1 | |
See #66 | |||||
2012-04-29 | Add Dummy resource provider to cabal file | Jasper Van der Jeugt | 1 | -2/+4 | |
Closes #66 | |||||
2012-04-23 | Merge pull request #64 from markwright/master | Jasper Van der Jeugt | 5 | -8/+10 | |
changes for blaze-html 0.5 | |||||
2012-04-23 | changes for blaze-html 0.5 | Mark Wright | 5 | -8/+10 | |
2012-04-21 | Add travis-ci icon | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-04-16 | Merge pull request #63 from sol/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix typo | |||||
2012-04-16 | Fix typo | Simon Hengel | 1 | -1/+1 | |
2012-04-15 | Fix hamlet test case | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-04-15 | Version bump (3.2.7.2) | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-04-15 | Merge pull request #62 from sol/master | Jasper Van der Jeugt | 1 | -4/+4 | |
Update dependencies | |||||
2012-04-15 | Update dependencies | Simon Hengel | 1 | -4/+4 | |
2012-04-11 | Add citationneeded.me to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-04-03 | Version bump (3.2.7.1) | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-04-02 | Merge pull request #60 from crodjer/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Set author field by config author name | |||||
2012-04-03 | Set author field by config author name | Rohan Jain | 1 | -1/+1 | |
I can't seem to find the reason of having author field filled with description. Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2012-03-29 | Add textile support | Jasper Van der Jeugt | 3 | -1/+4 | |
2012-03-28 | Fix link to wunki's blog | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-03-26 | Add a bit on actual installation in the tutorial | Jasper Van der Jeugt | 1 | -0/+10 | |