summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2021-05-30Async runtime with graph-based dependency cycle checks (#844)Laurent P. René de Cotret1-1/+1
* Async runtime * Activate multi-threading in template repo * Style changes after feedback * Limiting the number of concurrent tasks * Revert "Limiting the number of concurrent tasks" This reverts commit 38984f6f5332632be8c4cab3e29d37e318492d70.
2020-11-12Make sure the initial project is writable (#804)Tobias Bora1-1/+6
2019-10-29hakyll-init: fix spacing of command line usageRobert1-1/+1
2018-03-26Fix import warningJasper Van der Jeugt1-1/+5
2018-03-26Get rid of foldMap for older GHCJasper Van der Jeugt1-3/+2
2017-10-15Added overwritten files checkIlya Murzinov1-16/+40
2017-06-19Move src/ to lib/, put Init.hs in src/Jasper Van der Jeugt52-7025/+96
2017-06-19Bump dependenciesJasper Van der Jeugt1-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-19Restructure .cabal to avoid redundant compilationChristopher League1-96/+0
2017-06-10Import Options.Applicative qualifiedJasper Van der Jeugt1-28/+55
2017-06-10Some small CSS compression improvementsNicole Rauch1-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-21Enable using custom parser for command line argumentsAlberto1-28/+56
2017-03-18Better error for `cached` on non-existing fileJasper Van der Jeugt1-1/+10
2017-02-14Provide an `$allPages$` key when doing paginationJasper Van der Jeugt1-1/+28
This list offers in turn the `$num$`, `$url$` and `$isCurrent$` fields
2017-02-11Preserve file metadata in copyFileCompilerfrederik-h1-3/+11
2017-02-09Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init"Jasper Van der Jeugt1-0/+96
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef.
2017-01-23Fix ifdefs in Hakyll.CheckJasper Van der Jeugt1-15/+13
Fixes #518
2017-01-22Move hakyll-init to https://github.com/jaspervdj/hakyll-initSimon Jakobi1-96/+0
2017-01-09Merge pull request #506 from clample/concurrent-checkJasper Van der Jeugt1-73/+104
Make url check concurrent
2017-01-08Add note about `version` in `createRedirects` docJasper Van der Jeugt1-1/+3
2017-01-07Fix Redirect exampleJasper Van der Jeugt1-1/+4
2017-01-07Add redirect module to HakyllJasper Van der Jeugt2-1/+85
2017-01-05Make url check concurrentchrislample1-73/+104
Resolves #479
2016-12-22Fix the exit code behaviour of checkJasper Van der Jeugt2-3/+3
Fixes #496
2016-11-16Merge pull request #482 from nickie/fix-yaml-numberJasper Van der Jeugt1-1/+5
Fix integer fields in YAML metadata
2016-10-31Add commentNikolaos S. Papaspyrou1-0/+2
2016-10-31Merge pull request #478 from lfairy/update-depsJasper Van der Jeugt2-3/+3
Update dependencies!
2016-10-31Fix integer fields in YAML metadataNikolaos S. Papaspyrou1-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-17Move from test-framework to tastyJasper Van der Jeugt1-1/+1
2016-10-17Merge pull request #464 from yogsototh/fix-feed-with-cdataJasper Van der Jeugt1-1/+7
Fix feed generator when item contains CDATA
2016-10-14Update to optparse-applicative 0.13Chris Wong1-1/+2
2016-10-14Update to http-conduit 2.2Chris Wong1-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-18Fix feed generator when item contains CDATAYann Esposito (Yogsototh)1-1/+7
2016-08-15Also trim whitespace around colons.Nicole Rauch1-2/+2
2016-08-14Removed two compiler warnings (unnecessary imports).Nicole Rauch1-2/+0
2016-08-14Unified the constant cases in all three functions.Nicole Rauch1-8/+8
2016-08-14Extracted a helper method because it was defined locally twice.Nicole Rauch1-8/+11
2016-08-14Do not strip comments that are inside constants.Nicole Rauch1-0/+2
2016-08-14Compressed the code by grouping the guards together.Nicole Rauch1-9/+6
2016-08-14We must avoid the compression of whitespace in constants by handling it in ↵Nicole Rauch1-1/+9
the same way.
2016-08-14Improved the compaction a bit more.Nicole Rauch1-2/+1
2016-08-14Compacted the code by unifying all the similar prefix options.Nicole Rauch1-9/+6
2016-08-14We need to constantly check whether we are at the start of a constant, not ↵Nicole Rauch1-5/+11
just once.
2016-08-14Whitespace in certain kinds of string constants is no longer eliminated.Nicole Rauch1-6/+22
2016-08-04Fix partials and add a testJasper Van der Jeugt1-2/+2
Fixes #460
2016-08-03Reorganise template module hierarchyJasper Van der Jeugt4-428/+448
2016-07-31Enable listings and indices in the preview serverJasper Van der Jeugt1-5/+6
Fixes #457
2016-07-31Merge pull request #453 from sk3r/cmd_parser_replacementJasper Van der Jeugt1-71/+52
cmdArgs to Options.Applicative
2016-07-25s/that/that the/samgd1-1/+1
2016-07-25Fix merge conflictssamgd3-19/+40