summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-17Export Check type from Hakyll.CommandsFuttetennista1-1/+3
2017-11-17Mention Fedora package in installation tutorialJens Petersen1-0/+1
2017-10-20Add missing comma and add one more exampleZdeno Osina1-1/+4
2017-10-15Added overwritten files checkIlya Murzinov1-16/+40
2017-10-15Fixed build scriptIlya Murzinov1-9/+17
2017-10-08Remove non-existent links from examplesMichael Sloan1-8/+0
I clicked all the links, looking for website ideas / potential code to use, removing the ones that are gone / different content. In one case, http://blog.darkfox.id.au/ , hakyll isn't being used. In several cases, the source still exists but the website does not. Also, when I was searching earlier I found this nice looking site that is not listed https://thibaud.dauce.fr/
2017-08-19Default CSS mobile-friendly (contribution by Iko)Jasper Van der Jeugt1-29/+114
2017-07-31Add https://falconpilot.github.io/ to examplesRalph' Potato1-0/+2
2017-07-10Expose & document hakyllWithExitCodeAndArgs, Options, and CommandMichael Walker1-0/+15
2017-07-05Better errors for redirectsJasper Van der Jeugt1-4/+11
2017-07-05Redirect: add checks for non-overlapping definitionsgwern1-1/+7
2017-07-04Fix early exit when calling check as a libraryJasper Van der Jeugt1-1/+1
See #496
2017-06-19Bump version to 4.9.8.0Jasper Van der Jeugt3-3/+15
2017-06-19Move src/ to lib/, put Init.hs in src/Jasper Van der Jeugt53-1/+21
2017-06-19Bump dependenciesJasper Van der Jeugt2-23/+24
- 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 League2-39/+13
2017-06-10Bump version to 4.9.7.0Jasper Van der Jeugt2-1/+6
2017-06-10Import Options.Applicative qualifiedJasper Van der Jeugt1-28/+55
2017-06-10Some small CSS compression improvementsNicole Rauch2-9/+14
* 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-06-09Bump version to 4.9.6.0Jasper Van der Jeugt2-1/+11
2017-06-09Tighten the dependency on pandoc-citeproc.Mikhail Glushenkov1-1/+1
0.10.5 added a new type CLabel to Text.CSL.Reference, which broke the orphan instance in Web.Pandoc.Binary. Note also that according to PVP a client that defines an orphan instance must depend on the minor version of the package defining the type.
2017-05-21Add bananasandlenses.net to examplesDenis Shevchenko1-0/+2
Add website of the Russian podcast about Haskell.
2017-05-21Add some tutorials and linksDaniel Campoverde3-0/+14
* Add Hakyll 4 example: Silly Bytes * Add external tutorial: Blogger porting * Add external tutorial: Cassius templating
2017-05-21Enable using custom parser for command line argumentsAlberto1-28/+56
2017-05-21Use semantic html in exampleElie Génard3-30/+33
2017-03-18Better error for `cached` on non-existing fileJasper Van der Jeugt1-1/+10
2017-03-17Add rosanbo.com to examplesPaul de Rosanbo1-0/+2
2017-03-16Add the Contributor Covenant. (#531)Evan Cofsky1-0/+45
2017-03-16Add limansky.me to examples (#492)Mike Limansky1-0/+2
2017-03-16Add anler.me to examples (#521)Anler Hernández Peral1-0/+2
2017-02-25Add argumatronic.com to examplesJasper Van der Jeugt1-2/+4
2017-02-20Added brandonstil.es to examples (#522)Civic Labs1-0/+2
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-09Bump version to 4.9.5.1Jasper Van der Jeugt2-1/+7
2017-02-09Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init"Jasper Van der Jeugt2-0/+110
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef.
2017-02-09Revert "Add note about hakyll-init in README"Jasper Van der Jeugt1-5/+0
This reverts commit 5390e1d6fcbd093b873837d8dfdcf075e90b9a18.
2017-02-09Dependency version bumpsJasper Van der Jeugt1-6/+6
- Bump blaze-html to 0.9 - Bump blaze-markup to 0.8 - Bump process to 1.5
2017-01-23Merge branch 'release/4.9'Jasper Van der Jeugt2-1/+6
2017-01-23Bump version to 4.9.5.0Jasper Van der Jeugt2-1/+6
2017-01-23Fix ifdefs in Hakyll.CheckJasper Van der Jeugt1-15/+13
Fixes #518
2017-01-23Fix ifdefs in Hakyll.CheckJasper Van der Jeugt1-15/+13
Fixes #518
2017-01-22Bump year in LICENSEJasper Van der Jeugt1-1/+1
2017-01-22Add note about hakyll-init in READMEJasper Van der Jeugt1-0/+5
2017-01-22Merge pull request #516 from sjakobi/move-hakyll-initJasper Van der Jeugt2-110/+0
Move hakyll-init to https://github.com/jaspervdj/hakyll-init
2017-01-22Move hakyll-init to https://github.com/jaspervdj/hakyll-initSimon Jakobi2-110/+0
2017-01-22Bump version to 4.9.4.0Jasper Van der Jeugt4-10/+25
2017-01-22Bump directory to 1.3, time to 1.7, vector to 0.12Jasper Van der Jeugt1-7/+7
2017-01-17Merge pull request #511 from beerendlauwers/patch-1Jasper Van der Jeugt1-0/+2
Add HaskAnything to the examples page.
2017-01-17Merge pull request #512 from beerendlauwers/patch-2Jasper Van der Jeugt1-0/+14
Added information about the separator functionality in $for$.