summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-27Fix file path for compatibility with WindowsHexirp2-6/+14
2019-11-27Flush log before starting web serverRobert1-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-29hakyll-init: fix spacing of command line usageRobert1-1/+1
2019-10-29Add titles to tag fieldsJasper Van der Jeugt1-2/+4
2019-10-10Fix a typo, t missing from the.Phil de Joux1-1/+1
2019-09-18Bump version to 4.13.0.1Jasper Van der Jeugt2-1/+5
2019-09-18add missing files to hakyll.cabalJustin Humm1-0/+2
This fixes a build error with the Hackage tarball of 4.13.0.0
2019-09-07CHANGELOG: fix typoSteven Shaw1-1/+1
2019-08-30Bump version to 4.13.0.0Jasper Van der Jeugt2-1/+14
2019-08-30Improve error messagesJasper Van der Jeugt18-231/+527
2019-08-25Add getCategory testsDavid Parrish4-1/+46
2019-08-20Bump stack.yamlJasper Van der Jeugt1-5/+6
2019-08-19Bump QuickCheck to 2.13Craig Hall1-1/+1
2019-05-31Bump syntax.cssJasper Van der Jeugt1-18/+61
See #675
2019-05-25Add option to specify date in directory structureTaeer Bar-Yam3-2/+15
2019-05-11Add dailyreadingnotes.com exampleArtem Chernyak1-0/+2
2019-05-09Add abhinavsarkar.net to the examplesAbhinav Sarkar1-0/+2
2019-05-09Bump version to 4.12.5.2Jasper Van der Jeugt2-1/+9
2019-05-09fixed: auto complete `published` overwrites user's contextncaq1-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-09docs: Update tutorial for consistent stack useHaoZeke1-1/+1
2019-05-09Add jonashietala.se example siteJonas Hietala1-0/+2
2019-05-09Update example nasy.moeNasy1-1/+1
2019-05-09Bump pandoc to 2.7Jasper Van der Jeugt2-5/+8
2019-05-06Expose `getCategory` in Haskell.Web.TagsNg Wei En1-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-28Add Tobias' external code inclusion writeupJasper Van der Jeugt1-0/+6
2019-03-16robertwpearce: hakyll pt 5 tutorial source fileRobert Pearce1-0/+5
2019-03-10Add Nix PackageBen1-0/+1
2019-03-10Added "srcset" to the list in `isUrlAttribute`.c50a3261-1/+1
2019-02-06Fix typo in Hakyll.Web.Template(.Context).TestsHexirp2-2/+2
2019-02-03Bump version to 4.12.5.1Jasper Van der Jeugt2-1/+6
2019-02-03Bump dependenciesJasper Van der Jeugt2-3/+6
- Bump pandoc to 2.6 - Bump pandoc-citeproc to 0.16
2019-02-03Add missing test file to extra-source-filesJasper Van der Jeugt1-0/+1
Fixes #682
2019-01-27Add Robert Pearce's tutorialsJasper Van der Jeugt6-4/+37
2019-01-27Refactor tutorials on hakyll websiteJasper Van der Jeugt22-58/+45
2019-01-20Update example zer0.degree -> 0a.ioJasper Van der Jeugt1-2/+2
2019-01-12Bump version to 4.12.5.0Jasper Van der Jeugt2-1/+19
2019-01-12Bump CircleCI configurationJasper Van der Jeugt1-11/+5
2019-01-12Bump stack.yamlJasper Van der Jeugt1-11/+2
2019-01-12Update to lts-13.xHexirp1-5/+5
2018-11-25update examples.markdown to new blog linkNg Wei En1-2/+2
2018-11-24Add modular.blind.guru to examplesMario Lang1-0/+2
2018-11-24Corrected assertion in unixFilterError testJim McStanton1-1/+3
2018-11-24Kill warningJasper Van der Jeugt1-1/+0
2018-11-24Bump dependenciesJasper Van der Jeugt2-14/+15
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15
2018-11-24Adds render{Rss,Atom}WithTemmplates function in the Web.Feed moduleAbhinav Sarkar1-6/+32
2018-10-28Speed up hashing in cache0xd34df00d1-2/+6
2018-10-13Updated type of fromFilePath to use FilePath instead of StringJim McStanton1-1/+1
Resolves #661
2018-10-12Update / add some examplesJasper Van der Jeugt1-1/+7
2018-10-12tutorial: link to Fedora base packageJens Petersen1-1/+1
2018-10-02Drop extension when parsing dates in filepathsGabriel Aumala3-2/+7
Drop the file extension when parsing the date from the filepath of a resource.