hugo:release-0.123.7

Last commit made on 2024-03-01
Get this branch:
git clone -b release-0.123.7 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.123.7
Repository:
lp:hugo

Recent commits

b1de03f... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.124.0-DEV

[ci skip]

3127353... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.123.7

[ci skip]

2b2f2b7... by Bjørn Erik Pedersen

hugofs: Fix vertical mount merge issue

Fixes #12175

0d6e593... by Bjørn Erik Pedersen

Fix and add integration test for the Bootstrap SCSS module for both Dart Sass and Libsass

This fixes the reverse filesystem lookup (absolute filename to path relative to the composite filesystem).

The old logic had some assumptions about the locality of the actual files that didn't work in more complex scenarios.

This commit now also adds the popular Bootstrap SCSS Hugo module to the CI build (both for libsass and dartsass transpiler), so we can hopefully avoid similar future breakage.

Fixes #12178

7023cf0... by Bjørn Erik Pedersen

Fix resources.GetMatch, resources.Match, and resources.ByType to they don't normalize permalinks

Fixes #12182

9dfa9e7... by Bjørn Erik Pedersen

Make sure that sitemaps gets generated even if there is a content bundle with the same path

Fixes #12183

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

resources/page: Make Taxonomy.Get and Taxonomy.Count case-insensitive

Closes #12177

92684f9... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.123.6

[ci skip]

fce8d82... by Bjørn Erik Pedersen

Fix panic when cascading headless from site config to section that does not have an _index.md file

Fixes #12172

4a502f7... by Bjørn Erik Pedersen

Fix assets vs data issue

And possibly some other related file mount issues.

Fixes #12133