summaryrefslogtreecommitdiff
path: root/lib/Hakyll/Web
AgeCommit message (Expand)AuthorFilesLines
2021-07-17Merge branch 'master' of https://github.com/jaspervdj/hakyllIgor Pashev6-85/+110
2021-07-16Supporting different field names for tags. (#862)Jim McStanton1-3/+9
2021-06-06Allow demotion of headers by a given amount (#855)Logan McGrath1-2/+10
2021-03-12Add `renderPandocWithTransform` and `renderPandocWithTransformM`Norman Liu1-3/+30
2020-12-29Add documentation for the pandocBiblioCompiler (#828)Chris Jensen1-0/+1
2020-12-06Pandoc 2.11 compatibility (#826)Jasper Van der Jeugt2-59/+55
2020-11-12Remove unnecessary conditional compilation for parseTimeM (#781)Liang-Ting Chen1-9/+1
2020-09-30 Bump template-haskell and pandoc versions Jasper Van der Jeugt1-0/+10
2020-06-10Let pandoc-types 1.21+ with new Block constructorsIgor Pashev1-5/+20
2020-06-10Support dd.mm.yyyy date formatIgor Pashev1-0/+3
2020-05-30Miscellaneous Windows-specific fixes and CILaurent P. René de Cotret1-4/+8
2020-03-07Add MonadFail importsNikolay Yakimov2-0/+2
2020-02-26Fix timezone parsing with time-1.9Jasper Van der Jeugt1-0/+3
2020-02-26Support GHC-8.8Veronika Romashkina2-5/+5
2019-11-27Fix file path for compatibility with WindowsHexirp1-4/+9
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-08-30Improve error messagesJasper Van der Jeugt5-121/+257
2019-08-25Add getCategory testsDavid Parrish1-1/+1
2019-05-25Add option to specify date in directory structureTaeer Bar-Yam1-2/+9
2019-05-09fixed: auto complete `published` overwrites user's contextncaq1-1/+1
2019-05-06Expose `getCategory` in Haskell.Web.TagsNg Wei En1-0/+1
2019-03-10Added "srcset" to the list in `isUrlAttribute`.c50a3261-1/+1
2018-11-24Adds render{Rss,Atom}WithTemmplates function in the Web.Feed moduleAbhinav Sarkar1-6/+32
2018-10-02Drop extension when parsing dates in filepathsGabriel Aumala1-2/+2
2018-06-10Use makeRelativeToProject with embedFile (for stack ghci)Michael Sloan1-6/+5
2018-04-28Fix path resolution in Pandoc.Biblioknih1-5/+13
2018-03-18Fix typo in modificationTimeField docstringIustin Pop1-1/+1
2018-03-13Bump dependenciesJasper Van der Jeugt1-0/+1
2018-03-13Add Semigroup instances for existing MonoidsChristian Barcenas1-0/+12
2018-03-07Optimise CSS compressionBergi1-62/+59
2018-01-31Add withTagListOleg Grenrus1-1/+5
2018-01-15Various dependency bumpsJasper Van der Jeugt1-1/+4
2018-01-07decodeUtf8 over unsafe unpack for feed templatesJasper Van der Jeugt1-7/+12
2018-01-07Embed feed templates rather than using data-filesRoman Kuznetsov3-14/+30
2017-12-18Fix warnings and errorsJasper Van der Jeugt1-9/+5
2017-11-20Move to Pandoc 2Vaibhav Sagar1-8/+13
2017-11-17Fix compression of calc() in CSSKrzysztof Jurewicz1-0/+18
2017-07-05Better errors for redirectsJasper Van der Jeugt1-4/+11
2017-07-05Redirect: add checks for non-overlapping definitionsgwern1-1/+7
2017-06-19Move src/ to lib/, put Init.hs in src/Jasper Van der Jeugt17-0/+2646