Bjørn Erik Pedersen

Results 173 issues of 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...

Bug

``` panic: parse "/about/index.md%": invalid URL escape "%" ```

Bug

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...

Bug

See https://discourse.gohugo.io/t/cascade-yaml-in-configuration-directory/51757

Bug

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...

Proposal

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...

Proposal

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...

Keep
Proposal

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...

Proposal