Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-03-22 | Fix haddock generation | Jasper Van der Jeugt | 2 | -11/+16 | |
2018-03-22 | Remove brandonstil.es from examples | Jasper Van der Jeugt | 1 | -2/+0 | |
2018-03-22 | Add adarsh.cc to examples | Adarsh Pyarelal | 1 | -0/+2 | |
2018-03-20 | Make Pandoc dependency optional | Bergi | 9 | -53/+53 | |
2018-03-18 | Fix typo in modificationTimeField docstring | Iustin Pop | 1 | -1/+1 | |
2018-03-14 | Bump version to 4.12.0.1 | Jasper Van der Jeugt | 2 | -1/+5 | |
2018-03-14 | Bump stack resolver to lts-11.0 | Jasper Van der Jeugt | 1 | -3/+2 | |
2018-03-14 | Bump resourcet to 1.2 in test section | Jasper Van der Jeugt | 1 | -1/+1 | |
2018-03-14 | Bump version to 4.12.0.0 | Jasper Van der Jeugt | 2 | -1/+15 | |
2018-03-13 | Bump dependencies | Jasper Van der Jeugt | 3 | -14/+15 | |
- Bump pandoc-citeproc to 0.14 - Bump resourcet to 1.2 - Bump time to 1.9 - Bump http-types to 0.12 - Bump http-conduit to 2.3 - Bump tasty-quickcheck to 0.10 | |||||
2018-03-13 | Hide Pattern.Internal module | Jasper Van der Jeugt | 1 | -1/+1 | |
2018-03-13 | Fix issue with CPP and /* | Jasper Van der Jeugt | 4 | -93/+105 | |
2018-03-13 | Add Semigroup instances for existing Monoids | Christian Barcenas | 6 | -0/+83 | |
Ensures forwards compatibility with future Haskell/GHC releases as the Semigroup/Monoid Proposal is gradually implemented. Closes #525 and #536. | |||||
2018-03-07 | Optimise CSS compression | Bergi | 3 | -72/+69 | |
2018-01-31 | Add withTagList | Oleg Grenrus | 1 | -1/+5 | |
2018-01-15 | Tickle CircleCI cache | Jasper Van der Jeugt | 1 | -2/+2 | |
2018-01-15 | Bump version to 4.11.0.0 | Jasper Van der Jeugt | 2 | -1/+16 | |
2018-01-15 | Various dependency bumps | Jasper Van der Jeugt | 8 | -52/+57 | |
- Bump binary to 0.9 - Bump pandoc to 2.1 - Bump pandoc-citeproc to 0.13 - Bump http-types to 0.11 - Bump QuickCheck to 2.11 - Bump tasty to 1.0 - Bump tasty-hunit to 0.10 - Remove system-filepath dependency | |||||
2018-01-07 | Fix typo in 04-compilers.markdown | Olivier Verdier | 1 | -1/+1 | |
2018-01-07 | decodeUtf8 over unsafe unpack for feed templates | Jasper Van der Jeugt | 1 | -7/+12 | |
2018-01-07 | Embed feed templates rather than using data-files | Roman Kuznetsov | 4 | -19/+36 | |
2017-12-30 | Fix pthread link error on GHC-8.2.2 | Shinya Yamaguchi | 2 | -4/+4 | |
2017-12-25 | Extend capture with Regex handling | frederik-h | 2 | -2/+5 | |
2017-12-21 | Remove donate button | Jasper Van der Jeugt | 1 | -6/+1 | |
2017-12-21 | Cabalize website | Jasper Van der Jeugt | 4 | -12/+39 | |
2017-12-18 | Bump version to 4.10.0.0 | Jasper Van der Jeugt | 2 | -1/+13 | |
2017-12-18 | Fix warnings and errors | Jasper Van der Jeugt | 7 | -16/+46 | |
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 | |