Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-31 | Merge pull request #470 from dikmax/patch-1 | Jasper Van der Jeugt | 1 | -2/+0 | |
Remove https://dikmax.name/ from examples. | |||||
2016-08-31 | Remove https://dikmax.name/ from examples. | Maxim Dikun | 1 | -2/+0 | |
I don't use Hakyll anymore. | |||||
2016-08-31 | Merge pull request #469 from juhp/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
prettyPrintParseException was introduced in yaml-0.8.11 | |||||
2016-08-31 | prettyPrintParseException was introduced in yaml-0.8.11 | Jens Petersen | 1 | -1/+1 | |
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`. | |||||
2016-08-23 | Add johnduhamel to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-08-16 | Add nicolerauch.de to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-08-04 | Fix partials and add a test | Jasper Van der Jeugt | 5 | -2/+28 | |
Fixes #460 | |||||
2016-08-03 | Reorganise template module hierarchy | Jasper Van der Jeugt | 5 | -430/+451 | |
2016-07-31 | Enable listings and indices in the preview server | Jasper Van der Jeugt | 1 | -5/+6 | |
Fixes #457 | |||||
2016-07-31 | Merge pull request #453 from sk3r/cmd_parser_replacement | Jasper Van der Jeugt | 2 | -74/+56 | |
cmdArgs to Options.Applicative | |||||
2016-07-31 | Merge pull request #454 from samgd/whitespace-control | Jasper Van der Jeugt | 9 | -114/+431 | |
Whitespace trimming | |||||
2016-07-25 | s/that/that the/ | samgd | 1 | -1/+1 | |
2016-07-25 | Fix merge conflicts | samgd | 5 | -21/+48 | |
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 5 | -12/+104 | |
2016-07-24 | Fix module layout | samgd | 4 | -252/+139 | |
2016-07-24 | cmdArgs to Options.Applicative | sk3r | 2 | -74/+56 | |
changed shell options parser from cmdAgrs to Options.Applicative | |||||
2016-07-24 | Working trimming but module loop and formatting req. | samgd | 5 | -133/+261 | |
2016-07-23 | Merge pull request #451 from lortabac/master | Jasper Van der Jeugt | 3 | -5/+19 | |
Include file name in error messages | |||||
2016-07-23 | Merge pull request #449 from thkoch2001/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
s/--local-bin-path/--local-bin/ | |||||
2016-07-23 | Merge pull request #450 from thkoch2001/patch-2 | Jasper Van der Jeugt | 1 | -1/+1 | |
stack init is not really optional | |||||
2016-07-23 | Canonicalize file + initial if/for planning | samgd | 2 | -0/+87 | |
2016-07-23 | Expr trimming. '-' binds to '$'. | samgd | 3 | -7/+24 | |
2016-07-23 | Add tutorial on live reload | Jasper Van der Jeugt | 1 | -0/+6 | |
2016-07-23 | Partial trimming | samgd | 2 | -5/+18 | |
2016-07-23 | For trimming | samgd | 2 | -9/+31 | |
2016-07-23 | Include file name in error messages | Lorenzo | 3 | -5/+19 | |
2016-07-23 | If Trim parsing | samgd | 2 | -16/+69 | |
2016-07-23 | stack init is not really optional | Thomas Koch | 1 | -1/+1 | |
stack build complains if there is no stack.yaml so the previous comment is misleading for people who don't know what stack init does. | |||||
2016-07-23 | Change note for stack init | Jasper Van der Jeugt | 1 | -1/+1 | |
2016-07-23 | s/--local-bin-path/--local-bin/ | Thomas Koch | 1 | -1/+1 | |
output of `stack path --local-bin-path`: ``` Run from outside a project, using implicit global project config Using resolver: lts-6.8 from implicit global project's config file: /home/REDACTED/.stack/global-project/stack.yaml '--local-bin-path' will be removed in a future release. Please use '--local-bin' instead. ``` | |||||
2016-07-22 | Merge pull request #448 from lortabac/master | Jasper Van der Jeugt | 1 | -3/+10 | |
Fail if template is not parsed until eof | |||||
2016-07-22 | Merge remote-tracking branch 'upstream/master' | Lorenzo | 4 | -42/+24 | |
2016-07-22 | Add Trim_ data constructors. Add If test for Trim | samgd | 2 | -6/+25 | |
2016-07-22 | Fail if template is not parsed until eof | Lorenzo | 1 | -3/+10 | |
This should fix the second problem in #376. | |||||
2016-07-22 | Remove redundant where | samgd | 1 | -1/+0 | |
2016-07-22 | Merge pull request #447 from Arguggi/master | Jasper Van der Jeugt | 3 | -41/+23 | |
Switch preview server from Snap to Warp | |||||
2016-07-22 | Fix test dependencies | Arguggi | 1 | -2/+4 | |
2016-07-22 | Switch preview server from Snap to Warp | Arguggi | 3 | -39/+19 | |
2016-07-22 | Merge pull request #446 from lucamolteni/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Fixes https://github.com/jaspervdj/hakyll/issues/323 | |||||
2016-07-22 | Fixes https://github.com/jaspervdj/hakyll/issues/323 we have less ↵ | Luca Molteni | 1 | -1/+1 | |
compression but we preserve correct CSS semantic | |||||
2016-07-22 | Remove include macro from .ghci | Jasper Van der Jeugt | 1 | -2/+1 | |
2016-07-13 | Merge pull request #445 from ethagnawl/444-port-default.html-to-html5 | Jasper Van der Jeugt | 1 | -7/+7 | |
#444 - porting default.html from XHTML to HTML5 | |||||
2016-07-13 | #444 - group viewport meta tag with other meta tags | Peter Doherty | 1 | -1/+1 | |
2016-07-13 | Add www.kuznero.com to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-07-12 | #444 - porting default.html to valid html5 | Peter Doherty | 1 | -7/+7 | |
2016-06-29 | Add static-dust.klpn.se to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-06-28 | Merge pull request #441 from Pratyush/rsync-fix | Jasper Van der Jeugt | 1 | -1/+1 | |
Fix rsync command in GH Pages tutorial | |||||
2016-06-28 | Fix rsync command in GH Pages tutorial | Pratyush Mishra | 1 | -1/+1 | |
2016-06-25 | Merge pull request #440 from jtojnar/verbose-check | Jasper Van der Jeugt | 1 | -14/+23 | |
Make errors in Check less verbose | |||||
2016-06-25 | Make errors in Check less verbose | Jan Tojnar | 1 | -14/+23 | |