Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-05 | Add makePatternDependency | Jasper Van der Jeugt | 2 | -0/+11 | |
2013-02-26 | Fix broken test case for #115 | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-02-26 | Add testcase for #115 | Jasper Van der Jeugt | 4 | -2/+59 | |
2013-02-26 | Merge pull request #115 from pjones/master | Jasper Van der Jeugt | 1 | -2/+3 | |
Ignore initial whitespace in a continuation line for a metadata field | |||||
2013-02-26 | Ignore initial whitespace in a continuation line for a metadata field | Peter Jones | 1 | -2/+3 | |
When parsing a metadata field that spans several lines skip over the initial whitespace on each line. This allows alignment of metadata fields: --- description: A long description that would look better if it spanned multiple lines and was indented --- | |||||
2013-02-24 | Merge branch 'dev-metadata-route' | Jasper Van der Jeugt | 5 | -45/+73 | |
2013-02-24 | Use smart typography for tutorials | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-02-24 | Update example & tutorials with new recentFirst | Jasper Van der Jeugt | 3 | -11/+12 | |
2013-02-23 | Fix unused imports warnings | Jasper Van der Jeugt | 1 | -3/+1 | |
2013-02-23 | Merge pull request #112 from simukis/sorting | Jasper Van der Jeugt | 2 | -8/+17 | |
Make chronological and recentFirst to respect metadata | |||||
2013-02-23 | Fix code style | Simonas Kazlauskas | 1 | -4/+6 | |
2013-02-23 | Generalize getTimeUTC, chronological, recentFirst | Simonas Kazlauskas | 2 | -6/+8 | |
2013-02-23 | chronological, recentFirst now respects metadata | Simonas Kazlauskas | 1 | -5/+10 | |
Solves #111 | |||||
2013-02-19 | Move variadic.me to hakyll 4 examples | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-02-19 | Send user agent in ./site check | Jasper Van der Jeugt | 1 | -3/+12 | |
Closes #110 | |||||
2013-02-16 | Merge branch 'master' into dev-metadata-route | Jasper Van der Jeugt | 5 | -27/+38 | |
Conflicts: tests/Hakyll/Core/Rules/Tests.hs | |||||
2013-02-16 | Add a test for compiler/route ordering | Jasper Van der Jeugt | 5 | -27/+38 | |
2013-02-14 | Merge branch 'master' into dev-metadata-route | Jasper Van der Jeugt | 32 | -218/+309 | |
2013-02-12 | Merge pull request #107 from simukis/typo | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix a typo in FAQ | |||||
2013-02-11 | Fix a typo in FAQ | Simonas Kazlauskas | 1 | -1/+1 | |
2013-02-10 | Fix apparent remaining provider rewrite issues | Jasper Van der Jeugt | 2 | -10/+8 | |
2013-02-10 | Merge branch 'master' into dev-provider-rewrite | Jasper Van der Jeugt | 2 | -4/+5 | |
2013-02-10 | Bump http-types test dependency as well | Jasper Van der Jeugt | 1 | -1/+1 | |
Closes #105 | |||||
2013-02-10 | Merge pull request #106 from nomeata/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Expand http-types dependency range | |||||
2013-02-10 | Note that hakyll-init creates a new dir | Jasper Van der Jeugt | 1 | -2/+3 | |
2013-02-09 | Start provider rewrite | Jasper Van der Jeugt | 13 | -174/+173 | |
2013-02-09 | Expand http-types dependency range | Joachim Breitner | 1 | -1/+1 | |
2013-02-06 | Ignore files sooner, small speedup | Jasper Van der Jeugt | 5 | -10/+11 | |
2013-02-06 | Use mtime instead of hashing files, much faster | Jasper Van der Jeugt | 2 | -22/+44 | |
2013-02-02 | Add Miikka Koskinen to contributors | Jasper Van der Jeugt | 1 | -0/+1 | |
2013-02-02 | Bail when different compilers for the same id | Jasper Van der Jeugt | 1 | -7/+13 | |
2013-02-02 | Merge pull request #104 from miikka/faq-syntax-highlighting | Jasper Van der Jeugt | 1 | -0/+12 | |
Add a syntax highlighting example to FAQ | |||||
2013-02-02 | Add a syntax highlighting example to FAQ | Miikka Koskinen | 1 | -0/+12 | |
2013-02-02 | Merge pull request #103 from miikka/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix unixFilterLBS example to use unixFilterLBS | |||||
2013-02-02 | Fix unixFilterLBS example to use unixFilterLBS | Miikka Koskinen | 1 | -1/+1 | |
2013-01-28 | Fix .tex.lhs patch, add some test cases | Jasper Van der Jeugt | 3 | -3/+35 | |
2013-01-28 | Read second extension to find our inner .lhs format | Alexander Vershilov | 1 | -20/+20 | |
.md.lhs -> will be read as markdown + lhs .tex.lhs -> will be read as latex +lhs markdown format is default | |||||
2013-01-27 | Merge pull request #101 from johntyree/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix little typo in tutorial 03. | |||||
2013-01-27 | Fix little typo in tutorial 03. | John Tyree | 1 | -1/+1 | |
2013-01-27 | Update screenshot on website with .||. operator | Jasper Van der Jeugt | 1 | -0/+0 | |
2013-01-26 | Export renderTags as well | Jasper Van der Jeugt | 3 | -8/+11 | |
2013-01-26 | Export the Tags datatype constructor | Jasper Van der Jeugt | 3 | -2/+8 | |
2013-01-24 | Typo & syntax highlighting fixes in tutorial 4 | Jasper Van der Jeugt | 1 | -5/+9 | |
2013-01-22 | Add http://brianshourd.com/ to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-01-22 | Add missing stuff to extra-source-files | Jasper Van der Jeugt | 1 | -1/+3 | |
Closes #98 | |||||
2013-01-22 | Add http://bneijt.nl/ to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-01-21 | Add metadataRoute | Jasper Van der Jeugt | 5 | -45/+73 | |
2013-01-21 | Add blog.clement.delafargue.name to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-01-20 | Tweak releases page | Jasper Van der Jeugt | 1 | -0/+2 | |
2013-01-20 | Fix dependency cycle issue | Jasper Van der Jeugt | 3 | -2/+12 | |