Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
- Bump pandoc-citeproc to 0.10.5 - Bump optparse-applicative to 0.14 - Bump QuickCheck to 2.10 - Bump tasty-quickcheck to 0.9 | |||||
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 | |
* We now also compress whitespace around commas. * Remove whitespace around some other operators as well. * Clarified the code around the separator compression and even improved the code (one case slipped through unnoticed). | |||||
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 | |
This list offers in turn the `$num$`, `$url$` and `$isCurrent$` fields | |||||
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 | |
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef. | |||||
2017-01-23 | Fix ifdefs in Hakyll.Check | Jasper Van der Jeugt | 1 | -15/+13 | |
Fixes #518 | |||||
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 | |
Make url check concurrent | |||||
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 | |
Resolves #479 | |||||
2016-12-22 | Fix the exit code behaviour of check | Jasper Van der Jeugt | 2 | -3/+3 | |
Fixes #496 | |||||
2016-11-16 | Merge pull request #482 from nickie/fix-yaml-number | Jasper Van der Jeugt | 1 | -1/+5 | |
Fix integer fields in YAML metadata | |||||
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 | |
Update dependencies! | |||||
2016-10-31 | Fix integer fields in YAML metadata | Nikolaos S. Papaspyrou | 1 | -1/+3 | |
If a numeric field contains an integer number, it should be shown as an integer number. Without this patch, the field: answer = 42 would be shown as "42.0". Before the introduction of YAML in metadata, this was treated as a string and therefore shown as just "42". This patch reinstates the older (and IMHO correct) behavior. | |||||
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 | |
Fix feed generator when item contains CDATA | |||||
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 | |
The new `parseRequest` function doesn't throw on non-200 responses, so we don't need to account for these in the exception handler. | |||||
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 ↵ | Nicole Rauch | 1 | -1/+9 | |
the same way. | |||||
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 ↵ | Nicole Rauch | 1 | -5/+11 | |
just once. | |||||
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 | |
Fixes #460 | |||||
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 | |
Fixes #457 | |||||
2016-07-31 | Merge pull request #453 from sk3r/cmd_parser_replacement | Jasper Van der Jeugt | 1 | -71/+52 | |
cmdArgs to Options.Applicative | |||||
2016-07-25 | s/that/that the/ | samgd | 1 | -1/+1 | |
2016-07-25 | Fix merge conflicts | samgd | 3 | -19/+40 | |
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 2 | -6/+44 | |