Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-18 | Build on CircleCI | Jasper Van der Jeugt | 6 | -83/+115 | |
2017-12-17 | Get Travis working again (longer timeouts...) | Jasper Van der Jeugt | 3 | -21/+14 | |
2017-11-20 | Move to Pandoc 2 | Vaibhav Sagar | 3 | -22/+23 | |
2017-11-19 | stack.yaml: configure nix options | Vaibhav Sagar | 1 | -0/+5 | |
2017-11-17 | Add spyhop.cafe to example sites | Aaron Taylor | 1 | -1/+2 | |
2017-11-17 | Fix compression of calc() in CSS | Krzysztof Jurewicz | 2 | -0/+20 | |
According to Mozilla Developer Network, “The + and - operators must always be surrounded by whitespace.”. | |||||
2017-11-17 | Make unixFilter output stderr when failing | Nick Boultbee | 2 | -4/+23 | |
Fixes #581. | |||||
2017-11-17 | Delete external-live-reload.md since site went offline | Jan van Brügge | 1 | -6/+0 | |
2017-11-17 | Export Check type from Hakyll.Commands | Futtetennista | 1 | -1/+3 | |
2017-11-17 | Mention Fedora package in installation tutorial | Jens Petersen | 1 | -0/+1 | |
2017-10-20 | Add missing comma and add one more example | Zdeno Osina | 1 | -1/+4 | |
2017-10-15 | Added overwritten files check | Ilya Murzinov | 1 | -16/+40 | |
2017-10-15 | Fixed build script | Ilya Murzinov | 1 | -9/+17 | |
2017-10-08 | Remove non-existent links from examples | Michael Sloan | 1 | -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-19 | Default CSS mobile-friendly (contribution by Iko) | Jasper Van der Jeugt | 1 | -29/+114 | |
2017-07-31 | Add https://falconpilot.github.io/ to examples | Ralph' Potato | 1 | -0/+2 | |
2017-07-10 | Expose & document hakyllWithExitCodeAndArgs, Options, and Command | Michael Walker | 1 | -0/+15 | |
2017-07-05 | Better errors for redirects | Jasper Van der Jeugt | 1 | -4/+11 | |
2017-07-05 | Redirect: add checks for non-overlapping definitions | gwern | 1 | -1/+7 | |
2017-07-04 | Fix early exit when calling check as a library | Jasper Van der Jeugt | 1 | -1/+1 | |
See #496 | |||||
2017-06-19 | Bump version to 4.9.8.0 | Jasper Van der Jeugt | 3 | -3/+15 | |
2017-06-19 | Move src/ to lib/, put Init.hs in src/ | Jasper Van der Jeugt | 53 | -1/+21 | |
2017-06-19 | Bump dependencies | Jasper Van der Jeugt | 2 | -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-19 | Restructure .cabal to avoid redundant compilation | Christopher League | 2 | -39/+13 | |
2017-06-10 | Bump version to 4.9.7.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2017-06-10 | Import Options.Applicative qualified | Jasper Van der Jeugt | 1 | -28/+55 | |
2017-06-10 | Some small CSS compression improvements | Nicole Rauch | 2 | -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-09 | Bump version to 4.9.6.0 | Jasper Van der Jeugt | 2 | -1/+11 | |
2017-06-09 | Tighten the dependency on pandoc-citeproc. | Mikhail Glushenkov | 1 | -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-21 | Add bananasandlenses.net to examples | Denis Shevchenko | 1 | -0/+2 | |
Add website of the Russian podcast about Haskell. | |||||
2017-05-21 | Add some tutorials and links | Daniel Campoverde | 3 | -0/+14 | |
* Add Hakyll 4 example: Silly Bytes * Add external tutorial: Blogger porting * Add external tutorial: Cassius templating | |||||
2017-05-21 | Enable using custom parser for command line arguments | Alberto | 1 | -28/+56 | |
2017-05-21 | Use semantic html in example | Elie Génard | 3 | -30/+33 | |
2017-03-18 | Better error for `cached` on non-existing file | Jasper Van der Jeugt | 1 | -1/+10 | |
2017-03-17 | Add rosanbo.com to examples | Paul de Rosanbo | 1 | -0/+2 | |
2017-03-16 | Add the Contributor Covenant. (#531) | Evan Cofsky | 1 | -0/+45 | |
2017-03-16 | Add limansky.me to examples (#492) | Mike Limansky | 1 | -0/+2 | |
2017-03-16 | Add anler.me to examples (#521) | Anler Hernández Peral | 1 | -0/+2 | |
2017-02-25 | Add argumatronic.com to examples | Jasper Van der Jeugt | 1 | -2/+4 | |
2017-02-20 | Added brandonstil.es to examples (#522) | Civic Labs | 1 | -0/+2 | |
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 | Bump version to 4.9.5.1 | Jasper Van der Jeugt | 2 | -1/+7 | |
2017-02-09 | Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init" | Jasper Van der Jeugt | 2 | -0/+110 | |
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef. | |||||
2017-02-09 | Revert "Add note about hakyll-init in README" | Jasper Van der Jeugt | 1 | -5/+0 | |
This reverts commit 5390e1d6fcbd093b873837d8dfdcf075e90b9a18. | |||||
2017-02-09 | Dependency version bumps | Jasper Van der Jeugt | 1 | -6/+6 | |
- Bump blaze-html to 0.9 - Bump blaze-markup to 0.8 - Bump process to 1.5 | |||||
2017-01-23 | Merge branch 'release/4.9' | Jasper Van der Jeugt | 2 | -1/+6 | |
2017-01-23 | Bump version to 4.9.5.0 | Jasper Van der Jeugt | 2 | -1/+6 | |
2017-01-23 | Fix ifdefs in Hakyll.Check | Jasper Van der Jeugt | 1 | -15/+13 | |
Fixes #518 | |||||
2017-01-23 | Fix ifdefs in Hakyll.Check | Jasper Van der Jeugt | 1 | -15/+13 | |
Fixes #518 |