Bjørn Erik Pedersen

Results 173 issues of Bjørn Erik Pedersen

See https://discourse.gohugo.io/t/function-not-implemented-hugo-build-loc/36951

Bug

This relates to #9357 -- I will test this out, but I suspect this will give a much nicer error messages. Maybe we should just drop the --panicOnError flag in...

Enhancement

I'm in the last leg of some improvements in Hugo which requires some simplification in the _content path_ logic . This is also looking a little to the future where...

Proposal

I'm doing some code simplification and have a test failure that looks like a bug. I have a case with * Multiple language, each with it's own `baseURL` * The...

Bug

The upcoming Go version (still some months away) is pretty cool, and contains some useful stuff for Hugo, too. I suspect we need to stop supporting older Go versions if...

Enhancement

Re. -- skip releaser prefix. ```bash releaser: Add "note" to Note regexp 3473e31 @bep releaser: Rework and simplify to use GitHub only for release notes 24a893c @bep releaser: Add release...

Enhancement

I'm doing some major Christmas code cleaning (and some cool updates), and the context passed to the Alias template is: ```go type aliasPage struct { Permalink string page.Page } ```...

Bug

See https://discourse.gohugo.io/t/cool-sites-that-run-hugo/36815/22?u=bep The current approach where we invite site owners to "write a little story about their Hugo experience" doesn't scale well. So I suggest we keep the layout as...

I tested the search now checking if I could find the "get remote resource" documentation: ![image](https://user-images.githubusercontent.com/394382/145237099-fb20b701-e3b1-4ff2-964c-b9ba2d6011ca.png) And that's not great. We can certainly also tweak the Algolia setup (wherever that...