Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-24 | Conditional getModificationTime | Jasper Van der Jeugt | 1 | -0/+5 | |
2012-09-24 | Remove obsolete isObsolete method | Jasper Van der Jeugt | 2 | -31/+2 | |
2012-09-24 | Bump unix and snap dependency | Jasper Van der Jeugt | 1 | -5/+5 | |
2012-09-15 | Version bump (3.4.2.0) | Jasper Van der Jeugt | 1 | -6/+6 | |
2012-09-15 | Merge pull request #86 from qnikst/master | Jasper Van der Jeugt | 1 | -2/+2 | |
allow hakyll to build against ghc-7.6.1 | |||||
2012-09-14 | allow hakyll to build against ghc-7.6.1 | Alexander Vershilov | 1 | -2/+2 | |
2012-09-01 | Merge pull request #85 from pixeldrama/correct_comments | Jasper Van der Jeugt | 1 | -2/+2 | |
corrected comments of setExtension | |||||
2012-09-01 | corrected comments of setExtension | Benjamin Weißenfels | 1 | -2/+2 | |
2012-08-30 | Run ./hakyll clean instead of just removing _cache | Jasper Van der Jeugt | 1 | -3/+6 | |
2012-08-29 | Merge pull request #84 from Tarrasch/patch-1 | Jasper Van der Jeugt | 1 | -0/+1 | |
Add hint for how to resolve a corrupt cache | |||||
2012-08-29 | Add hint for how to resolve a corrupt cache | Arash Rouhani | 1 | -0/+1 | |
2012-08-21 | Merge pull request #83 from J-Hannes/patch-1 | Jasper Van der Jeugt | 1 | -3/+3 | |
Fix some typos | |||||
2012-08-21 | Fix some typos | J-Hannes | 1 | -3/+3 | |
2012-08-12 | Merge pull request #82 from mekeor/master | Jasper Van der Jeugt | 1 | -2/+5 | |
ignore files beginning with a hash | |||||
2012-08-13 | Merge remote-tracking branch 'upstream/master' | Mekeor Melire | 1 | -4/+4 | |
2012-08-13 | if a filename begins with a hash (#), hakyll should ignore it, too, | Mekeor Melire | 1 | -2/+5 | |
because emacs names its backup files like #this# (while you're still editing). | |||||
2012-08-12 | Small consistency changes | Jasper Van der Jeugt | 1 | -4/+4 | |
2012-08-11 | Merge pull request #80 from mekeor/master | Jasper Van der Jeugt | 1 | -1/+8 | |
exporiting more functions | |||||
2012-08-11 | Merge remote-tracking branch 'upstream/master' | Mekeor Melire | 4 | -14/+14 | |
2012-08-10 | Add datahackermd.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-08-10 | Version bump (3.4.1.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-08-10 | Remove unused imports in Store | Jasper Van der Jeugt | 1 | -3/+0 | |
2012-08-10 | Bump hamlet dependency | Jasper Van der Jeugt | 2 | -10/+11 | |
Closes #81 | |||||
2012-08-09 | I made Hakyll.Web.Tags export both 'getTags' and 'renderTagsFieldWith' in ↵ | Mekeor Melire | 1 | -1/+8 | |
order to be able to customize how tags are read/parsed/rendered &c. | |||||
2012-08-08 | Style nazi strikes! | Jasper Van der Jeugt | 2 | -9/+12 | |
2012-08-07 | Merge pull request #77 from A1kmm/master | Jasper Van der Jeugt | 3 | -16/+30 | |
Make Resource Provider keep list of files in a set, rather than as a list | |||||
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 | |