Bjørn Erik Pedersen
Bjørn Erik Pedersen
list = 'never',Fixes #12131
I suspect there's been a GitHub breaking change somewhere.
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...
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...
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`,...
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...
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...
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...
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...