Bjørn Erik Pedersen

Results 173 issues of Bjørn Erik Pedersen

I suspect there's been a GitHub breaking change somewhere.

Bug
NeedsInvestigation

A lot of the work below is in progress, some of it is nearly done. These will be completed in the order given below. - [x] Consolidate all configuration into...

Keep

Add this to have something to track this with. The main blocker I see for this is that it's not possible to control location/timezone for dates without that information. ```go...

Enhancement
BlockedUpstream

I'm just creating this issue as a reminder that we need to _also_ do something about the taxonomy config in front matter. Not sure we'll get to it in `v.123.0`,...

Proposal

There are existing issues about this, but I prefer to start fresh when I have new ideas on a subject. I thought about this again when having my hair washed...

Proposal

This is slightly related to https://github.com/gohugoio/hugo/pull/11688 Note that I'm not totally sure about this ... There may be an alternative fix lurking around for this somewhere. * Currently `$resources.ByType` means...

Enhancement

E.g. ``` {{ sort site.Params.grades "value1" "asc" "value2" "desc" }} ``` But we also need a way to handle zero values, as demonstrated by Hugo's default page sort: This would...

Proposal

I have a failing test case for `hugo server` that indicate Tailwind sometimes gets a truncated `hugo_stats.json` file. This is a big site with lots of content, and I have...

Bug