hugo:stable

Last commit made on 2024-04-25
Get this branch:
git clone -b stable https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
stable
Repository:
lp:hugo

Recent commits

cc3574e... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.125.4

[ci skip]

fe84cc2... by Peter van Dijk <email address hidden>

commands: Clarify that create or install a theme are two options

babcb33... by Bjørn Erik Pedersen

config: Setups with only one active language can never be multihost

Fixes #12288

7203a95... by Bjørn Erik Pedersen

Fix rebuilds when running hugo -w

This was partly broken in Hugo 0.123.0.

We have two internal config options that gets set from the CLI:

* Running; a web server is running
* Watching; either set via `hugo -w` or `hugo server --watch=false`

Part of the change detection code wrongly used the `Running` as a flag when `Watching` would be the correct.

Fixes #12296

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

build(deps): bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.19 to 2.20.20.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.19...v2.20.20)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

fb51b69... by Joe Mooring <email address hidden>

tpl/tplimpl: Fix double-escaping in opengraph template

Closes #12418

6b86797... by Bjørn Erik Pedersen

Use Apache License without modification

Closes #12415

509ab08... by Bjørn Erik Pedersen

markup/goldmark: Fix data race in the hugocontext wrapper

The window for this to happen is very small, but it has been reported by Go's race detector (-race flag) in a tests once.

2d75f53... by Bjørn Erik Pedersen

Delete .hugo_build.lock

Added to Git by accident.

15a4b9b... by Bjørn Erik Pedersen

tpl: Escape .Title in built-in image and link render hooks

Co-authored-by: Joe Mooring <email address hidden>