Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-11-24 | Bump dependencies | Jasper Van der Jeugt | 2 | -14/+15 | |
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15 | |||||
2018-11-24 | Adds render{Rss,Atom}WithTemmplates function in the Web.Feed module | Abhinav Sarkar | 1 | -6/+32 | |
2018-10-28 | Speed up hashing in cache | 0xd34df00d | 1 | -2/+6 | |
2018-10-13 | Updated type of fromFilePath to use FilePath instead of String | Jim McStanton | 1 | -1/+1 | |
Resolves #661 | |||||
2018-10-12 | Update / add some examples | Jasper Van der Jeugt | 1 | -1/+7 | |
2018-10-12 | tutorial: link to Fedora base package | Jens Petersen | 1 | -1/+1 | |
2018-10-02 | Drop extension when parsing dates in filepaths | Gabriel Aumala | 3 | -2/+7 | |
Drop the file extension when parsing the date from the filepath of a resource. | |||||
2018-09-13 | Bump version to 4.12.4.0 | Jasper Van der Jeugt | 3 | -12/+23 | |
2018-08-02 | add hakyll-sass to the list of haykll libraries | Joshua K. Farrar | 1 | -0/+1 | |
it works well with npm-provided libraries, such as bootstrap | |||||
2018-07-16 | Allow yaml 0.9 | Felix Yan | 1 | -2/+2 | |
Builds fine and all tests pass. |