Bjørn Erik Pedersen
Bjørn Erik Pedersen
There is a similar issue in here somewhere, which stranded mostly because of ... naming. I'm deliberately not referring to that issue here, I suspect this needs a fresh approach....
Looking at https://discourse.gohugo.io/t/possible-to-write-custom-filter/41900 This doesn't look too bad, but having these partials referenced as strings makes the code highlighting less than beautiful. We could even consider a shorter namespace "alias",...
See #10554 Any `PostCSS` post-processing via `resources.PostProcess` needs to work on files on disk. When running `hugo server` without options, everything is rendered and served from disk. You can do...
Hugo upgraded its YAML library to a YAML 1.1 compliant version in v0.152.0 (https://github.com/gohugoio/hugo/releases/tag/v0.152.0), which now throws an error on duplicate keys. This commit fixes that. Note that: * The...