Age | Commit message (Expand) | Author | Files | Lines |
2021-05-30 | Async runtime with graph-based dependency cycle checks (#844) | Laurent P. René de Cotret | 1 | -1/+1 |
2020-11-12 | Make sure the initial project is writable (#804) | Tobias Bora | 1 | -1/+6 |
2019-10-29 | hakyll-init: fix spacing of command line usage | Robert | 1 | -1/+1 |
2018-03-26 | Fix import warning | Jasper Van der Jeugt | 1 | -1/+5 |
2018-03-26 | Get rid of foldMap for older GHC | Jasper Van der Jeugt | 1 | -3/+2 |
2017-10-15 | Added overwritten files check | Ilya Murzinov | 1 | -16/+40 |
2017-06-19 | Move src/ to lib/, put Init.hs in src/ | Jasper Van der Jeugt | 52 | -7025/+96 |
2017-06-19 | Bump dependencies | Jasper Van der Jeugt | 1 | -17/+18 |
2017-06-19 | Restructure .cabal to avoid redundant compilation | Christopher League | 1 | -96/+0 |
2017-06-10 | Import Options.Applicative qualified | Jasper Van der Jeugt | 1 | -28/+55 |
2017-06-10 | Some small CSS compression improvements | Nicole Rauch | 1 | -6/+7 |
2017-05-21 | Enable using custom parser for command line arguments | Alberto | 1 | -28/+56 |
2017-03-18 | Better error for `cached` on non-existing file | Jasper Van der Jeugt | 1 | -1/+10 |
2017-02-14 | Provide an `$allPages$` key when doing pagination | Jasper Van der Jeugt | 1 | -1/+28 |
2017-02-11 | Preserve file metadata in copyFileCompiler | frederik-h | 1 | -3/+11 |
2017-02-09 | Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init" | Jasper Van der Jeugt | 1 | -0/+96 |
2017-01-23 | Fix ifdefs in Hakyll.Check | Jasper Van der Jeugt | 1 | -15/+13 |
2017-01-22 | Move hakyll-init to https://github.com/jaspervdj/hakyll-init | Simon Jakobi | 1 | -96/+0 |
2017-01-09 | Merge pull request #506 from clample/concurrent-check | Jasper Van der Jeugt | 1 | -73/+104 |
2017-01-08 | Add note about `version` in `createRedirects` doc | Jasper Van der Jeugt | 1 | -1/+3 |
2017-01-07 | Fix Redirect example | Jasper Van der Jeugt | 1 | -1/+4 |
2017-01-07 | Add redirect module to Hakyll | Jasper Van der Jeugt | 2 | -1/+85 |
2017-01-05 | Make url check concurrent | chrislample | 1 | -73/+104 |
2016-12-22 | Fix the exit code behaviour of check | Jasper Van der Jeugt | 2 | -3/+3 |
2016-11-16 | Merge pull request #482 from nickie/fix-yaml-number | Jasper Van der Jeugt | 1 | -1/+5 |
2016-10-31 | Add comment | Nikolaos S. Papaspyrou | 1 | -0/+2 |
2016-10-31 | Merge pull request #478 from lfairy/update-deps | Jasper Van der Jeugt | 2 | -3/+3 |
2016-10-31 | Fix integer fields in YAML metadata | Nikolaos S. Papaspyrou | 1 | -1/+3 |
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 1 | -1/+1 |
2016-10-17 | Merge pull request #464 from yogsototh/fix-feed-with-cdata | Jasper Van der Jeugt | 1 | -1/+7 |
2016-10-14 | Update to optparse-applicative 0.13 | Chris Wong | 1 | -1/+2 |
2016-10-14 | Update to http-conduit 2.2 | Chris Wong | 1 | -3/+2 |
2016-08-18 | Fix feed generator when item contains CDATA | Yann Esposito (Yogsototh) | 1 | -1/+7 |
2016-08-15 | Also trim whitespace around colons. | Nicole Rauch | 1 | -2/+2 |
2016-08-14 | Removed two compiler warnings (unnecessary imports). | Nicole Rauch | 1 | -2/+0 |
2016-08-14 | Unified the constant cases in all three functions. | Nicole Rauch | 1 | -8/+8 |
2016-08-14 | Extracted a helper method because it was defined locally twice. | Nicole Rauch | 1 | -8/+11 |
2016-08-14 | Do not strip comments that are inside constants. | Nicole Rauch | 1 | -0/+2 |
2016-08-14 | Compressed the code by grouping the guards together. | Nicole Rauch | 1 | -9/+6 |
2016-08-14 | We must avoid the compression of whitespace in constants by handling it in th... | Nicole Rauch | 1 | -1/+9 |
2016-08-14 | Improved the compaction a bit more. | Nicole Rauch | 1 | -2/+1 |
2016-08-14 | Compacted the code by unifying all the similar prefix options. | Nicole Rauch | 1 | -9/+6 |
2016-08-14 | We need to constantly check whether we are at the start of a constant, not ju... | Nicole Rauch | 1 | -5/+11 |
2016-08-14 | Whitespace in certain kinds of string constants is no longer eliminated. | Nicole Rauch | 1 | -6/+22 |
2016-08-04 | Fix partials and add a test | Jasper Van der Jeugt | 1 | -2/+2 |
2016-08-03 | Reorganise template module hierarchy | Jasper Van der Jeugt | 4 | -428/+448 |
2016-07-31 | Enable listings and indices in the preview server | Jasper Van der Jeugt | 1 | -5/+6 |
2016-07-31 | Merge pull request #453 from sk3r/cmd_parser_replacement | Jasper Van der Jeugt | 1 | -71/+52 |
2016-07-25 | s/that/that the/ | samgd | 1 | -1/+1 |
2016-07-25 | Fix merge conflicts | samgd | 3 | -19/+40 |