hugo:fix/html-vs-resources-11999

Last commit made on 2024-02-07
Get this branch:
git clone -b fix/html-vs-resources-11999 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
fix/html-vs-resources-11999
Repository:
lp:hugo

Recent commits

b38beec... by Bjørn Erik Pedersen

Make HTML behave exactly like other content formats (note)

Fixes #11999

a65622a... by Bjørn Erik Pedersen

Fix rebuild of changed bundled content files

Fixes #12000

146aedd... by Bjørn Erik Pedersen

Fix site.Taxonomies for taxonomies with space in name

Fixes #12001

bd0200d... by Bjørn Erik Pedersen

commands: Remove unused memstats flag

a80c302... by Bjørn Erik Pedersen

source: Remove unused Filesystem struct

9df7b29... by Bjørn Erik Pedersen

Filter dot files etc. in i18n

Closes #11993

c37bf19... by Bjørn Erik Pedersen

commands: Revert the recent changes that allowed profiling on server rebuilds

There have been indications that this may freeze the server.

9c6d377... by Bjørn Erik Pedersen

commands: Make the server flag --renderToDisk into --renderToMemory (note)

Fixes #11987

58d7f83... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/yuin/goldmark from 1.6.0 to 1.7.0

Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

609d798... by Bjørn Erik Pedersen

Handle resource changes when the resources is already evicted from cache

Also fix a logical flaw in the cache resizer that made it too aggressive. After this I haven't been able to reproduce #11988, but I need to look closer.

Closes #11973
Updates #11988