Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-19 | ADD: Added failing test cases for `toSiteRoot`. | Izzy Cecil | 1 | -0/+2 | |
2014-04-11 | Fix tag dependency issue, slightly improve caching | Jasper Van der Jeugt | 6 | -11/+17 | |
2014-04-07 | Fix compilation when disabling preview server | Jasper Van der Jeugt | 2 | -2/+2 | |
2014-04-06 | Strictify http-conduit dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2014-04-06 | Merge pull request #239 from emwap/master | Jasper Van der Jeugt | 1 | -2/+2 | |
Relax upper limit on http-conduit | |||||
2014-04-04 | Relax upper limit on http-conduit | Anders Persson | 1 | -2/+2 | |
Fixes #237. | |||||
2014-04-03 | Add secure.plaimi.net to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2014-04-03 | Add jelv.is to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2014-04-01 | Version bump (4.5.0.1) | Jasper Van der Jeugt | 1 | -1/+1 | |
2014-04-01 | Merge pull request #235 from dacto/master | Jasper Van der Jeugt | 1 | -0/+2 | |
Added imports that are missing when compiling under Windows. | |||||
2014-03-31 | Added imports that are missing when compiling under Windows. | Dacto | 1 | -0/+2 | |
2014-03-26 | Bump version, update changelog | Jasper Van der Jeugt | 2 | -1/+17 | |
2014-03-26 | Bump various dependencies | Jasper Van der Jeugt | 1 | -7/+7 | |
2014-03-26 | Allow regex-tdfa-1.2 | Jasper Van der Jeugt | 1 | -2/+2 | |
Closes #232 | |||||
2014-03-26 | Micro cleanup of pull request #233 | Jasper Van der Jeugt | 1 | -4/+12 | |
2014-03-26 | Revert "added gloabl metadata parsing" | Jasper Van der Jeugt | 1 | -45/+2 | |
This reverts commit e0f45b29b3f5e17c04ecd054b6c26c67d71e10e4. Conflicts: src/Hakyll/Core/Provider/Metadata.hs | |||||
2014-03-26 | Revert "Fix loadGlobalMetadata on Windows" | Jasper Van der Jeugt | 1 | -4/+4 | |
This reverts commit e71bbd90a8fb4b5de7796498aed4b95bb7abaebb. | |||||
2014-03-26 | Revert "Fix root directory in directory-wise metadata and beautify code" | Jasper Van der Jeugt | 1 | -14/+20 | |
This reverts commit a6ae4eb99dd5f9957adc3b5fe4011e69b9681e4c. | |||||
2014-03-26 | Revert "Track metadata dependencies" | Jasper Van der Jeugt | 5 | -47/+14 | |
This reverts commit 712ffa39b5857fdc5cdae1db38a177267a430b11. Conflicts: src/Hakyll/Core/Metadata.hs src/Hakyll/Core/Rules/Default.hs | |||||
2014-03-26 | Revert "Added test case for global metadata" | Jasper Van der Jeugt | 7 | -87/+1 | |
This reverts commit 46b6f78da8ed814bef6972f4712d8b13e76c1122. Conflicts: tests/data/posts/metadata | |||||
2014-03-26 | Revert "set internalRules last, so that it can be overrided by rules" | Jasper Van der Jeugt | 1 | -1/+1 | |
This reverts commit d406db44e39d310a72ca6bb014ed882f0e883995. | |||||
2014-03-26 | Merge pull request #233 from rekahsoft/master | Jasper Van der Jeugt | 1 | -2/+6 | |
Fix unixFilter on Windows | |||||
2014-03-25 | Merge pull request #234 from chrisdotcode/master | Jasper Van der Jeugt | 5 | -21/+36 | |
Add flag to bind on selected host, instead of default "0.0.0.0" | |||||
2014-03-24 | "Serve on" should be "bind on". | chrisdotcode | 1 | -1/+1 | |
2014-03-24 | Add flag to bind on selected host. | chrisdotcode | 4 | -21/+34 | |
2014-03-23 | Fix unixFilter on Windows | Collin J. Doering | 1 | -2/+6 | |
On windows, the 'unixFilter' function used window's 'createProcess' function to create the external process that will filter some String input. The problem with this is that it is unable to execute batch stubs (eg. anything created using 'gem install ...') even if its in $PATH. Anyways a solution to this issue is to execute the batch file explicitly using 'cmd /c batchfile' but there is no rational way to know where said batchfile is on the system. My solution is to detect windows using the System.Info module and then instead of using 'proc' to create the function, use 'shell' instead which will be able to execute everything 'proc' can + batch files. Inspired by: http://www.blaenkdenum.com/posts/the-switch-to-hakyll/#scss Signed-off-by: Collin J. Doering <rekahsoft@gmail.com> | |||||
2014-03-23 | Update git ignore with cabal sandbox files. | chrisdotcode | 1 | -0/+2 | |
2014-03-05 | Merge pull request #230 from nagisa/watch-threading | Jasper Van der Jeugt | 2 | -8/+15 | |
Use OS threads for watch in Windows | |||||
2014-03-04 | Mention -threaded option in the tutorial | Simonas Kazlauskas | 1 | -1/+1 | |
2014-03-04 | Use OS threads for watch on Windows | Simonas Kazlauskas | 1 | -7/+14 | |
2014-02-25 | Add http://www.corentindupont.info/ to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2014-02-24 | Merge pull request #224 from crodjer/example-rohanjain.in | Jasper Van der Jeugt | 1 | -2/+2 | |
Add www.rohanjain.in as an example for Hakyll 4 | |||||
2014-02-17 | Add www.rohanjain.in as an example for Hakyll 4 | Rohan Jain | 1 | -2/+2 | |
Highlight: Clean URLs, Sitemaps Signed-off-by: Rohan Jain <crodjer@gmail.com> | |||||
2014-02-16 | Fix #223: `demoteHeaders` should not modify anything in the document, apart ↵ | Daniil Frumin | 1 | -0/+1 | |
from the headers | |||||
2014-02-11 | Merge pull request #221 from kosmikus/check-exit-code-fix | Jasper Van der Jeugt | 1 | -1/+1 | |
hakyll check: return exit code of 0 on success | |||||
2014-02-11 | hakyll check: return exit code of 0 on success | Andres Loeh | 1 | -1/+1 | |
The old test returns an exit code of 1 whenever the number of errors is >= 0, which should always be the case. The fix replaces this with a test whether the number of errors is strictly > 0. | |||||
2014-01-30 | Merge pull request #217 from cbcb/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Changed command to watch from deprecated preview | |||||
2014-01-30 | Changed command to watch from deprecated preview | Christian Baumhof | 1 | -1/+1 | |
2014-01-28 | Don't cache pandocCompilerWithTransform, refactor | Jasper Van der Jeugt | 1 | -10/+9 | |
2014-01-28 | Merge pull request #215 from co-dan/pandoc-transf | Jasper Van der Jeugt | 1 | -0/+16 | |
Added the `pandocCompilerWithTransformM` function | |||||
2014-01-26 | Typo in Pandoc.hs | Dan | 1 | -1/+1 | |
2014-01-24 | Added the `pandocCompilerWithTransformM` function | Daniil Frumin | 1 | -0/+16 | |
2014-01-23 | Merge pull request #190 from krsch/master | Jasper Van der Jeugt | 11 | -4/+160 | |
Implemented per-directory metadata support | |||||
2014-01-22 | Unified code for global and external metadata | Alexey Kreshchuk | 4 | -6/+12 | |
Didn't clean up unused code though | |||||
2014-01-21 | set internalRules last, so that it can be overrided by rules | Alexey Kreshchuk | 1 | -1/+1 | |
2014-01-21 | Use only one site on .darkfox.id.au in examples | Jasper Van der Jeugt | 1 | -2/+0 | |
2014-01-21 | Merge branch 'patch-1' of git://github.com/james-darkfox/hakyll into ↵ | Jasper Van der Jeugt | 1 | -0/+2 | |
james-darkfox-patch-1 | |||||
2014-01-21 | Bump tagsoup dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
Closes #188 | |||||
2014-01-19 | Add IsString instance for Template | Jasper Van der Jeugt | 6 | -104/+94 | |
Closes #150 | |||||
2014-01-19 | Merge pull request #213 from co-dan/docpatches | Jasper Van der Jeugt | 1 | -0/+83 | |
Documentation for the template macros |