summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-13Fix front matter date location when value gets inherited from other datesBjørn Erik Pedersen
Fixes #12236
2024-03-13Fix Name for nested resourced fetched in resources.ByName and similarBjørn Erik Pedersen
Fixes #12214
2024-03-13common/hugo: Rename IsMultiHost and IsMultiLingualJoe Mooring
hugo.IsMultiHost => hugo.IsMultihost hugo.IsMultiLingual => hugo.IsMultilingual Closes #12232
2024-03-10hugolib: Deprecate .Site.MultiLingual in favor of hugo.IsMultiLingualJoe Mooring
Closes #12224
2024-03-09snap: Transition to from core20 to core22Joe Mooring
Closes #12219
2024-03-07releaser: Prepare repository for 0.124.0-DEVrelease-0.123.8hugoreleaser
[ci skip]
2024-03-07releaser: Bump versions for release of 0.123.8v0.123.8hugoreleaser
[ci skip]
2024-03-07markup/goldmark: TOC: render strikethrough, emojisJonas Zeiger
Configure the TOC (TableOfContents, toc.go) goldmark renderer to always enable the Strikethrough and Emoji extensions. This allows handling ast.KindStrikethrough and ast.KindEmoji AST nodes when rendering the TOC. Fixes #7169 Fixes #11783 Fixes #12022
2024-03-07Add hugo.IsMultiHostrazonyang
2024-03-07docs: Fix hyphens and grammar in synopsis of command 'hugo server'Andreas Deininger
2024-03-07resources/images: Retain newlines with text overlaysJoe Mooring
Closes #12206
2024-03-07Don't auto-create empty sections for nested taxonomiesBjørn Erik Pedersen
Fixes #12188
2024-03-07Fix resource name in resources.ByTypeBjørn Erik Pedersen
Fixes #12190
2024-03-07Fix global resource isn't published when using an uncommon code constructBjørn Erik Pedersen
Fixes #12190
2024-03-07Fix section page resource not published if resource filename partially ↵Bjørn Erik Pedersen
matches content file name Fixes #12198
2024-03-07Fix taxonomy kind template lookup issueBjørn Erik Pedersen
Fixes #12193
2024-03-07tpl/tplimpl: Honor markdown attributes in embedded image render hookJoe Mooring
Fixes #12203
2024-03-01releaser: Prepare repository for 0.124.0-DEVrelease-0.123.7hugoreleaser
[ci skip]
2024-03-01releaser: Bump versions for release of 0.123.7v0.123.7hugoreleaser
[ci skip]
2024-03-01hugofs: Fix vertical mount merge issueBjørn Erik Pedersen
Fixes #12175
2024-03-01Fix and add integration test for the Bootstrap SCSS module for both Dart ↵Bjørn Erik Pedersen
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
2024-03-01Fix resources.GetMatch, resources.Match, and resources.ByType to they don't ↵Bjørn Erik Pedersen
normalize permalinks Fixes #12182
2024-03-01Make sure that sitemaps gets generated even if there is a content bundle ↵Bjørn Erik Pedersen
with the same path Fixes #12183
2024-03-01resources/page: Make Taxonomy.Get and Taxonomy.Count case-insensitiveJoe Mooring
Closes #12177
2024-02-28releaser: Bump versions for release of 0.123.6v0.123.6hugoreleaser
[ci skip]
2024-02-28Fix panic when cascading headless from site config to section that does not ↵Bjørn Erik Pedersen
have an _index.md file Fixes #12172
2024-02-28Fix assets vs data issueBjørn Erik Pedersen
And possibly some other related file mount issues. Fixes #12133
2024-02-28Fix draft for non-default content when content in default language does not ↵Bjørn Erik Pedersen
exist Fixes #12132
2024-02-28releaser: Prepare repository for 0.124.0-DEVrelease-0.123.5hugoreleaser
[ci skip]
2024-02-28releaser: Bump versions for release of 0.123.5v0.123.5hugoreleaser
[ci skip]
2024-02-28Fix .Page.Pages with similary named sectionsBjørn Erik Pedersen
Fixes #12169
2024-02-28Fix single mount rename panicBjørn Erik Pedersen
Fixes #12141
2024-02-27Fix multihost processed image not copied to non-default content languagesBjørn Erik Pedersen
Fixes #12163
2024-02-27build(deps): bump github.com/bep/overlayfs from 0.9.1 to 0.9.2dependabot[bot]
Bumps [github.com/bep/overlayfs](https://github.com/bep/overlayfs) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/bep/overlayfs/releases) - [Commits](https://github.com/bep/overlayfs/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: github.com/bep/overlayfs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26releaser: Prepare repository for 0.124.0-DEVrelease-0.123.4hugoreleaser
[ci skip]
2024-02-26releaser: Bump versions for release of 0.123.4v0.123.4hugoreleaser
[ci skip]
2024-02-26Fix cascade-pattern-with-extension for cascade in site configBjørn Erik Pedersen
Also clean up the log handling in the integration tester, most notably lost logs during the config loading. Fixes #12151
2024-02-26build(deps): bump github.com/spf13/fsync from 0.10.0 to 0.10.1dependabot[bot]
Bumps [github.com/spf13/fsync](https://github.com/spf13/fsync) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/spf13/fsync/releases) - [Commits](https://github.com/spf13/fsync/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/fsync dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-25Fix term template lookup when its backed by a content fileBjørn Erik Pedersen
Closes #12146
2024-02-25resource: Revert the normalization of Resource.NameBjørn Erik Pedersen
Which means that .Name now returns the same as it did in 0.122.0. Closes #12142
2024-02-25Fix panic for disableKinds page for content resourcesBjørn Erik Pedersen
Fixes #12144
2024-02-24tocss: Fix the import resolving from absolute to relative assets pathsBjørn Erik Pedersen
Fixes #12137
2024-02-24Maek Resoyrce.Key as (mostly) internalBjørn Erik Pedersen
2024-02-23config/allconfig: Fix typoJoe Mooring
Closes #12134
2024-02-23releaser: Prepare repository for 0.124.0-DEVrelease-0.123.3hugoreleaser
[ci skip]
2024-02-23releaser: Bump versions for release of 0.123.3v0.123.3hugoreleaser
[ci skip]
2024-02-23cache/dynacache: Reset ticker in case one cache eviction takes some timeBjørn Erik Pedersen
Updates #12129
2024-02-23Revert "cache/dynacache: Prevent multiple concurrent resizes"Bjørn Erik Pedersen
This reverts commit 564bae06f6513cbca80bd54411f9a66ec2115995. Thinking about it, the above doesn't make any sense/having any effect.
2024-02-23cache/dynacache: Prevent multiple concurrent resizesBjørn Erik Pedersen
Updates #12129
2024-02-23Speed up GetPageBjørn Erik Pedersen
``` name old time/op new time/op delta GetPage-10 413ns ± 0% 287ns ± 1% -30.47% (p=0.029 n=4+4) GetPageRegular/From_root-10 757ns ± 1% 706ns ± 1% -6.75% (p=0.029 n=4+4) GetPageRegular/Page_relative-10 838ns ± 1% 786ns ± 1% -6.16% (p=0.029 n=4+4) name old alloc/op new alloc/op delta GetPage-10 312B ± 0% 24B ± 0% -92.31% (p=0.029 n=4+4) GetPageRegular/From_root-10 328B ± 0% 200B ± 0% -39.02% (p=0.029 n=4+4) GetPageRegular/Page_relative-10 360B ± 0% 232B ± 0% -35.56% (p=0.029 n=4+4) name old allocs/op new allocs/op delta GetPage-10 8.00 ± 0% 2.00 ± 0% -75.00% (p=0.029 n=4+4) GetPageRegular/From_root-10 7.00 ± 0% 5.00 ± 0% -28.57% (p=0.029 n=4+4) GetPageRegular/Page_relative-10 9.00 ± 0% 7.00 ± 0% -22.22% (p=0.029 n=4+4) ```