Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-26 | Reorganize Hakyll.Main export list | Jasper Van der Jeugt | 1 | -6/+9 | |
2020-02-26 | Expose CLI arg parser internals | Jim McStanton | 1 | -5/+24 | |
2020-02-26 | Support GHC-8.8 | Veronika Romashkina | 9 | -22/+29 | |
Add MonadFail instances and constraints. | |||||
2020-01-06 | Add robertwpearce.com to examples; update a robertwpearce tutorial title | Robert Pearce | 2 | -1/+3 | |
2019-12-31 | Add stack build to github pages tutorial | Jasper Van der Jeugt | 1 | -1/+8 | |
Closes #473 | |||||
2019-12-31 | Add svejcar.dev to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2019-12-31 | Add benedikt-mayer.github.io to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2019-11-27 | Fix file path for compatibility with Windows | Hexirp | 2 | -6/+14 | |
2019-11-27 | Flush log before starting web server | Robert | 1 | -0/+1 | |
This fixes out of order console messaging in the case of errors binding to the configured address, though the message order is still a bit weird. Before: $ stack exec site watch Initialising... Creating store... site: Network.Socket.bind: resource busy (Address already in use) Creating provider... Listening on http://127.0.0.1:8000 After: $ stack exec site watch Listening on http://127.0.0.1:8000 Initialising... Creating store... Creating provider... site: Network.Socket.bind: resource busy (Address already in use) | |||||
2019-10-29 | hakyll-init: fix spacing of command line usage | Robert | 1 | -1/+1 | |
2019-10-29 | Add titles to tag fields | Jasper Van der Jeugt | 1 | -2/+4 | |
2019-10-10 | Fix a typo, t missing from the. | Phil de Joux | 1 | -1/+1 | |
2019-09-18 | Bump version to 4.13.0.1 | Jasper Van der Jeugt | 2 | -1/+5 | |
2019-09-18 | add missing files to hakyll.cabal | Justin Humm | 1 | -0/+2 | |
This fixes a build error with the Hackage tarball of 4.13.0.0 | |||||
2019-09-07 | CHANGELOG: fix typo | Steven Shaw | 1 | -1/+1 | |
2019-08-30 | Bump version to 4.13.0.0 | Jasper Van der Jeugt | 2 | -1/+14 | |
2019-08-30 | Improve error messages | Jasper Van der Jeugt | 18 | -231/+527 | |
2019-08-25 | Add getCategory tests | David Parrish | 4 | -1/+46 | |
2019-08-20 | Bump stack.yaml | Jasper Van der Jeugt | 1 | -5/+6 | |
2019-08-19 | Bump QuickCheck to 2.13 | Craig Hall | 1 | -1/+1 | |
2019-05-31 | Bump syntax.css | Jasper Van der Jeugt | 1 | -18/+61 | |
See #675 | |||||
2019-05-25 | Add option to specify date in directory structure | Taeer Bar-Yam | 3 | -2/+15 | |
2019-05-11 | Add dailyreadingnotes.com example | Artem Chernyak | 1 | -0/+2 | |
2019-05-09 | Add abhinavsarkar.net to the examples | Abhinav Sarkar | 1 | -0/+2 | |
2019-05-09 | Bump version to 4.12.5.2 | Jasper Van der Jeugt | 2 | -1/+9 | |
2019-05-09 | fixed: auto complete `published` overwrites user's context | ncaq | 1 | -1/+1 | |
I like following, has written a context to complement from the file name `published`. [www.ncaq.net/site.hs at d8b7eb3426eae36ee0ea5788f32306b9ffa6f9f2 ยท ncaq/www.ncaq.net](https://github.com/ncaq/www.ncaq.net/blob/d8b7eb3426eae36ee0ea5788f32306b9ffa6f9f2/site.hs#L120) Looking at feed today, I noticed that time is not reflected in `published`. This is because `getItemUTC` overwrites my `published`. Adding a format to `getItemUTC` was not a solution because I live with JST. Also, it is not realistic to write `published` in the yaml metadata of all files, and I think that you want to be delivered as JST as much as possible. Since `updated` does not overwrite the context, I tried to rewrite so that `published` does not overwrite the context. I have confirmed in the local environment that all things work well, is this the intended overwrite? If not, I think it is natural to prioritize the user's context. | |||||
2019-05-09 | docs: Update tutorial for consistent stack use | HaoZeke | 1 | -1/+1 | |
2019-05-09 | Add jonashietala.se example site | Jonas Hietala | 1 | -0/+2 | |
2019-05-09 | Update example nasy.moe | Nasy | 1 | -1/+1 | |
2019-05-09 | Bump pandoc to 2.7 | Jasper Van der Jeugt | 2 | -5/+8 | |
2019-05-06 | Expose `getCategory` in Haskell.Web.Tags | Ng Wei En | 1 | -0/+1 | |
`getCategory` functions similarly to `getTags` and is a pretty useful function to have. Hence, I see no reason why it shouldn't be exposed. | |||||
2019-04-28 | Add Tobias' external code inclusion writeup | Jasper Van der Jeugt | 1 | -0/+6 | |
2019-03-16 | robertwpearce: hakyll pt 5 tutorial source file | Robert Pearce | 1 | -0/+5 | |
2019-03-10 | Add Nix Package | Ben | 1 | -0/+1 | |
2019-03-10 | Added "srcset" to the list in `isUrlAttribute`. | c50a326 | 1 | -1/+1 | |
2019-02-06 | Fix typo in Hakyll.Web.Template(.Context).Tests | Hexirp | 2 | -2/+2 | |
2019-02-03 | Bump version to 4.12.5.1 | Jasper Van der Jeugt | 2 | -1/+6 | |
2019-02-03 | Bump dependencies | Jasper Van der Jeugt | 2 | -3/+6 | |
- Bump pandoc to 2.6 - Bump pandoc-citeproc to 0.16 | |||||
2019-02-03 | Add missing test file to extra-source-files | Jasper Van der Jeugt | 1 | -0/+1 | |
Fixes #682 | |||||
2019-01-27 | Add Robert Pearce's tutorials | Jasper Van der Jeugt | 6 | -4/+37 | |
2019-01-27 | Refactor tutorials on hakyll website | Jasper Van der Jeugt | 22 | -58/+45 | |
2019-01-20 | Update example zer0.degree -> 0a.io | Jasper Van der Jeugt | 1 | -2/+2 | |
2019-01-12 | Bump version to 4.12.5.0 | Jasper Van der Jeugt | 2 | -1/+19 | |
2019-01-12 | Bump CircleCI configuration | Jasper Van der Jeugt | 1 | -11/+5 | |
2019-01-12 | Bump stack.yaml | Jasper Van der Jeugt | 1 | -11/+2 | |
2019-01-12 | Update to lts-13.x | Hexirp | 1 | -5/+5 | |
2018-11-25 | update examples.markdown to new blog link | Ng Wei En | 1 | -2/+2 | |
2018-11-24 | Add modular.blind.guru to examples | Mario Lang | 1 | -0/+2 | |
2018-11-24 | Corrected assertion in unixFilterError test | Jim McStanton | 1 | -1/+3 | |
2018-11-24 | Kill warning | Jasper Van der Jeugt | 1 | -1/+0 | |