Bjørn Erik Pedersen
Bjørn Erik Pedersen
If you in a "include" type of shortcode when using the `{{%` syntax to use it, indent the `{{ $p.RenderShortcodes }}` with 4 characters: ```markdown {{ $p.RenderShortcodes }} ``` You...
``` panic: parse "/about/index.md%": invalid URL escape "%" ```
OK, have pondered and going back and forth to find a builder API that would work in a distributed and concurrent setup that was also reasonably simple to understand/document. On...
I thought I had fixed this, but working on a new JS feature I'm using `template.Defer` extensively and get the error above on some rebuilds. Note that this is not...
See https://discourse.gohugo.io/t/cascade-yaml-in-configuration-directory/51757
Working on #12641 it's now (or when that is merged) already possible to include page bundled JS [resources](https://gohugo.io/content-management/page-bundles/) in a JS bundle built by ESBuild. It's also possible to import...
Working in improving the JS build situation, I'm ending up in a situation where I get a `Resources` slice that contains both Javascript and CSS. I could filter this with...
Note that this proposal isn't a "ready to implement" one. These are some initial thoughts. And these thoughts skip the parts that live outside of Hugo (authentication etc.). The current...
See https://github.com/gen2brain/webp Now, if we then somehow could get rid of `libsass` we will have a CGO free build (no need for `extended`), which would be a massive win. We...