Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-09 | Remove Resource type | Jasper Van der Jeugt | 5 | -20/+16 | |
2012-10-22 | Allow date as field for renderDateField | Jasper Van der Jeugt | 1 | -8/+13 | |
2012-10-22 | Allow parsing of relaxed ISO8601 date format in published metadata field. ↵ | Mateusz Loskot | 1 | -0/+1 | |
Many of HTML to Markdown converters output non-ISO8601 through YAML emitters. YAML (and other systems) allow the T separator to be replaced by a space for increased readability (see http://sourceforge.net/mailarchive/message.php?msg_id=29987568). | |||||
2012-09-24 | Conditionals in preview server | Jasper Van der Jeugt | 1 | -0/+9 | |
2012-08-12 | Small consistency changes | Jasper Van der Jeugt | 1 | -4/+4 | |
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-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-04-23 | changes for blaze-html 0.5 | Mark Wright | 3 | -5/+6 | |
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-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-07 | Include atom:updated in Atom feeds | Jasper Van der Jeugt | 1 | -9/+15 | |
Closes gh-49 | |||||
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 | 1 | -0/+25 | |
2011-09-06 | Add some URL utilities | Jasper Van der Jeugt | 6 | -57/+63 | |
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 | 1 | -43/+14 | |
2011-06-17 | Show and Eq instances for FeedConfiguration | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-06-15 | Add pageCompilerWithFields | Jasper Van der Jeugt | 1 | -2/+17 | |
2011-06-10 | Add setPageField | Jasper Van der Jeugt | 1 | -1/+11 | |
2011-06-08 | Merge branch 'master' into type-safe-identifiers | Jasper Van der Jeugt | 1 | -0/+30 | |
Conflicts: hakyll.cabal | |||||
2011-06-05 | Add stripTags function | Jasper Van der Jeugt | 1 | -0/+30 | |
2011-05-30 | Minor changes in Page haddocks | Jasper Van der Jeugt | 1 | -3/+6 | |
2011-05-29 | Some prototype work on the Page.List module | Jasper Van der Jeugt | 3 | -16/+92 | |
2011-05-29 | Merge branch 'master' into type-safe-identifiers | Jasper Van der Jeugt | 1 | -6/+17 | |