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 | 1 | -30/+1 | |
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 | Add hint for how to resolve a corrupt cache | Arash Rouhani | 1 | -0/+1 | |
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 | 1 | -3/+0 | |
2012-08-10 | Remove unused imports in Store | Jasper Van der Jeugt | 1 | -3/+0 | |
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-08 | Use lrucache to limit the in-memory resource cache to the 500 most recently | Andrew Miller | 1 | -12/+17 | |
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-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-07-13 | Add author email to feed | Rohan Jain | 1 | -0/+3 | |
Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2012-06-10 | Add test for #69, minor edits | Jasper Van der Jeugt | 1 | -4/+5 | |
2012-06-10 | Do not escape contents within 'style' tags. | Favonia | 1 | -1/+9 | |
2012-05-29 | Add constRoute | Jasper Van der Jeugt | 1 | -0/+6 | |
Closes #67 | |||||
2012-05-18 | Resource invariant: / as path separator | Jasper Van der Jeugt | 5 | -20/+27 | |
2012-05-18 | Use splitPath | Jasper Van der Jeugt | 1 | -4/+2 | |
2012-05-17 | Merge branch 'stable' | Jasper Van der Jeugt | 1 | -0/+5 | |
Conflicts: hakyll.cabal | |||||
2012-05-17 | Make UnixFilter module optional | Jasper Van der Jeugt | 1 | -0/+5 | |
2012-05-12 | Oops | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-05-12 | Merge branch 'stable' | Jasper Van der Jeugt | 3 | -18/+37 | |
2012-05-12 | Memory optimizations | Jasper Van der Jeugt | 3 | -18/+37 | |
2012-04-23 | changes for blaze-html 0.5 | Mark Wright | 4 | -7/+8 | |
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 | 2 | -0/+3 | |
2012-03-20 | Cleaner error messages for missing metadata | Jasper Van der Jeugt | 1 | -1/+1 | |
Closes #58 | |||||
2012-03-18 | Bump dependencies | Jasper Van der Jeugt | 1 | -1/+0 | |
2012-03-18 | Catch errors in compilers | Jasper Van der Jeugt | 2 | -24/+31 | |
2012-02-19 | Add complement function for patterns | Jasper Van der Jeugt | 1 | -1/+16 | |
2012-02-17 | Mention how groups work with Hakyll.Core.Rules.create. | Troels Henriksen | 1 | -1/+3 | |
2012-02-13 | byIdentifier -> byPattern | Jasper Van der Jeugt | 1 | -14/+14 | |
2012-02-13 | Add byIdentifier compiler. | Troels Henriksen | 1 | -20/+38 | |
2012-02-12 | Switch to regex-tdfa | Jasper Van der Jeugt | 2 | -2/+2 | |
2012-02-06 | Bump pandoc dependency to 1.9 | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-02-06 | Write getUTCMaybe using mplus, minor cleanup | Jasper Van der Jeugt | 1 | -36/+32 | |
See #53 | |||||
2012-02-06 | Merge remote-tracking branch 'ericsuh/master' | Jasper Van der Jeugt | 1 | -13/+54 | |
2012-02-05 | Allow parsing of date/time from $published$ metadata field. | Eric Suh | 1 | -16/+47 | |
Allows parsing of date/time from $published$ metadata field by a number of formats. Also includes a function to compare pages by this parsed date, since in that case filename-based sorting is no longer as useful for pagelist and RSS feed generation. | |||||
2012-01-31 | Export Hakyll.Web.Template.Read in Hakyll | Jasper Van der Jeugt | 1 | -0/+2 | |
2012-01-31 | Add a test for renderDateField | Jasper Van der Jeugt | 1 | -3/+3 | |
2012-01-29 | Added parsing of an optional @datetime@ field | Eric Suh | 1 | -9/+19 | |
If @datetime@ is present in the format "January 1, 2000" or "January 1, 2000 1:00 PM", renderDateField uses that date preferentially over parsing the date from the filename. | |||||
2012-01-25 | Merge pull request #52 from lubomir/master | Jasper Van der Jeugt | 1 | -1/+17 | |
Make sorting tags easier | |||||
2012-01-25 | Fix TagSoup options and bump its dependency | Jasper Van der Jeugt | 2 | -7/+8 | |
2012-01-24 | Provide functions for sorting of tags (closes #22) | Lubomír Sedlář | 1 | -1/+17 | |
2012-01-19 | Turn off TagSoup escaping | Jasper Van der Jeugt | 2 | -11/+12 | |