Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | 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 | |
2012-01-16 | Add `freshIdentifier` to Hakyll.Core.Rules | Jasper Van der Jeugt | 2 | -13/+16 | |
2012-01-07 | Include atom:updated in Atom feeds | Jasper Van der Jeugt | 1 | -9/+15 | |
Closes gh-49 | |||||
2011-12-10 | sequenceA was reversing the list | Jasper Van der Jeugt | 1 | -2/+2 | |
2011-12-03 | Bump Snap dependency | Jasper Van der Jeugt | 1 | -17/+13 | |
Fixes #46 | |||||
2011-11-28 | Update hamlet docs | Jasper Van der Jeugt | 1 | -1/+19 | |
2011-11-25 | Add escapeHtml function | Jasper Van der Jeugt | 2 | -2/+19 | |
2011-11-23 | "Allow" missing keys in templates | Jasper Van der Jeugt | 1 | -6/+29 | |
2011-11-22 | Fix bibliography handling | Jasper Van der Jeugt | 2 | -24/+48 | |
2011-11-21 | Add a Pandoc.Biblio module | Jasper Van der Jeugt | 1 | -0/+57 | |
2011-10-17 | Fix spacing in tag list | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-10-05 | Update to hamlet 0.10.3 | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-10-03 | Add test for new relativizeUrls | Jasper Van der Jeugt | 1 | -1/+2 | |
2011-10-02 | Don't relativize urls that lead with "//". | Andy Irving | 1 | -1/+1 | |
Used to reference absolute ath in another domain, without hardcoding protocol (so it works with http or https, and your browser won't complain about unsecure content) Example: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script> | |||||
2011-09-19 | Add a renderModificationTime function | Jasper Van der Jeugt | 2 | -0/+26 | |
2011-09-16 | Add modification time access for resources | Jasper Van der Jeugt | 3 | -6/+22 | |
2011-09-06 | Add some URL utilities | Jasper Van der Jeugt | 6 | -57/+63 | |
2011-08-27 | Use cryptohash instead of hopenssl | Jasper Van der Jeugt | 1 | -6/+4 | |
2011-08-06 | Add a flag to disable the preview server | Jasper Van der Jeugt | 1 | -5/+37 | |
2011-07-18 | Allow ... as metadata delimiter | Jasper Van der Jeugt | 1 | -42/+38 | |
2011-07-08 | Fix pandoc for page metadata keys | Jasper Van der Jeugt | 1 | -4/+4 | |
2011-06-23 | Don't cache pageCompilerWithFields | Jasper Van der Jeugt | 1 | -5/+7 | |
Closes gh-33 | |||||
2011-06-20 | Clean cabal file, migrate to serveDirectoryWith | Jasper Van der Jeugt | 2 | -45/+16 | |
2011-06-17 | Show and Eq instances for FeedConfiguration | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-06-16 | The "premade configs" belong in another package | Jasper Van der Jeugt | 1 | -101/+0 | |