hugo:fix/dotfilererr-11993

Last commit made on 2024-02-05
Get this branch:
git clone -b fix/dotfilererr-11993 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
fix/dotfilererr-11993
Repository:
lp:hugo

Recent commits

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

53f2043... by Bjørn Erik Pedersen

all: Rename Unmormalized => Unnormalized

7f82461... by Joe Mooring <email address hidden>

hugolib: Formally deprecate .Page.NextPage .Page.PrevPage

Use .Page.Next and .Page.Prev instead.

b72f909... by Bjørn Erik Pedersen

hugio: Rename strigReadSeeker => stringReadSeeker

3a665dd... by Joe Mooring <email address hidden>

resources/page: Formally deprecate .Site.LastChange

Use .Site.Lastmod instead.