aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-10-17releaser: Prepare repository for 0.137.0-DEVrelease-0.136.2hugoreleaser
[ci skip]
2024-10-17releaser: Bump versions for release of 0.136.2v0.136.2hugoreleaser
[ci skip]
2024-10-17docker: Fix Dart Sass ARM64 arch mismatch, /cache permissions David Karlsson
Also improve the final build step. Closes #12956 Closes #12957 Closes #12960
2024-10-16releaser: Prepare repository for 0.137.0-DEVrelease-0.136.1hugoreleaser
[ci skip]
2024-10-16releaser: Bump versions for release of 0.136.1v0.136.1hugoreleaser
[ci skip]
2024-10-16Never sanitize when url set in front matterBjørn Erik Pedersen
Fixes #12954
2024-10-16Remove erroneously permalink validationBjørn Erik Pedersen
Fixes #12948
2024-10-15create/skeletons: Add delimiters to archetype front matterJoe Mooring
Fixes #12945
2024-10-15releaser: Prepare repository for 0.137.0-DEVrelease-0.136.0hugoreleaser
[ci skip]
2024-10-15releaser: Bump versions for release of 0.136.0v0.136.0hugoreleaser
[ci skip]
2024-10-15circleci: Use default docker imageBjørn Erik Pedersen
2024-10-15docs: Regen CLI docsBjørn Erik Pedersen
2024-10-15resources/page: Adjust the permalinks colon implementation a littleBjørn Erik Pedersen
Mostly to get back to an attribute regexp that's reasonably simle to read/understand. Updates #12918
2024-10-15resources/page: Allow colons in permalinks to be escapedn1xx1
Updates #12918
2024-10-15commands: Use consistent style when describing subcommandsRohan Hasabe
Closes #12897 Change-Id: Ib27a4a7b540d45243e6252db769d4b9fb7447718 Signed-off-by: Rohan Hasabe <[email protected]>
2024-10-14build(deps): bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1dependabot[bot]
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-14build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0dependabot[bot]
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.20.0 to 0.21.0. - [Commits](https://github.com/golang/image/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-14build(deps): bump github.com/yuin/goldmark-emoji from 1.0.3 to 1.0.4dependabot[bot]
Bumps [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/yuin/goldmark-emoji/releases) - [Commits](https://github.com/yuin/goldmark-emoji/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark-emoji dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-14config: Imrove uglyurls section testBjørn Erik Pedersen
Updates #12926
2024-10-14config: Fix uglyurls map parseAkkuman
Fixes #12926
2024-10-14create/skeletons: Honor --format flag when creating default archetypeJoe Mooring
Closes #12666
2024-10-14hugolib: Make .Site.Author deprecation warning clearerJulia Evans
Fixes #12269
2024-10-13Upgrade to latest Go version + Some Docker image improvements (note)Bjørn Erik Pedersen
* Rename /site to /project * Add ldflags * Add go and node to the default image * Add Dart Sass to the default image * Build the extended version by default * Add "npm i" install support with custom entry script override * Adjust cache logic to speed up CGO rebuilds Closes #12920 See #12885
2024-10-13ci: Build multi-platform image with cross-compilationDavid Karlsson
The previous build workflow used emulation to build the Docker image, which results in a somewhat complicated push-by-digest and merge workflow to create a multi-platform image. This commit changes the Docker build to use cross-compilation instead, resulting in a faster and more straightforward build. Signed-off-by: David Karlsson <[email protected]>
2024-10-12tpl/tplimpl: Trim descriptions rather than just chompPatrice Chalin
2024-10-11build(deps): bump golang.org/x/tools from 0.23.0 to 0.26.0dependabot[bot]
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.26.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.23.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-11build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1dependabot[bot]
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/rogpeppe/go-internal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-11build(deps): bump github.com/evanw/esbuild from 0.23.1 to 0.24.0dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-09build(deps): bump github.com/hairyhenderson/go-codeownersdependabot[bot]
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/hairyhenderson/go-codeowners/releases) - [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md) - [Commits](https://github.com/hairyhenderson/go-codeowners/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: github.com/hairyhenderson/go-codeowners dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-06tailwind: Pin Tailwind 4 test to alpha 26 or laterJoe Mooring
2024-10-06resources/page: Treat null dates as zero datesJoe Mooring
Closes #12906
2024-10-05resources/page: Improve front matter date validationJoe Mooring
Improve the error message and treat empty strings as zero dates. Closes #12898
2024-09-30commands: Add "hugo build" as an alias for "hugo"Bjørn Erik Pedersen
Closes #11391
2024-09-30markup/goldmark: Change default cell alignment in table render hookJoe Mooring
Change the default table cell alignment from "left" to an empty string. Closes #12886
2024-09-29tests: Address deprecation warnings and errorsJoe Mooring
2024-09-27releaser: Prepare repository for 0.136.0-DEVrelease-0.135.0hugoreleaser
[ci skip]
2024-09-27releaser: Bump versions for release of 0.135.0v0.135.0hugoreleaser
[ci skip]
2024-09-27build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0dependabot[bot]
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.19.0 to 0.21.0. - [Commits](https://github.com/golang/mod/compare/v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-27build(deps): bump github.com/bep/helpers from 0.4.0 to 0.5.0dependabot[bot]
Bumps [github.com/bep/helpers](https://github.com/bep/helpers) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/bep/helpers/releases) - [Commits](https://github.com/bep/helpers/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/bep/helpers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-27build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0. - [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-27resources/page: Validate predefined front matter datesJoe Mooring
Closes #10717
2024-09-27build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0dependabot[bot]
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/image/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-27github: Trigger image workflow on release.publishedBjørn Erik Pedersen
Updates #12753
2024-09-27tailwind: Pin Tailwind 4 test to alpha 24Bjørn Erik Pedersen
See #12880
2024-09-22tpl/compare: Use any data type for compare.Conditional conditionJoe Mooring
Improves #5792
2024-09-21deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3Khayyam Saleem
Closes #12827
2024-09-19releaser: Prepare repository for 0.135.0-DEVrelease-0.134.3hugoreleaser
[ci skip]
2024-09-19releaser: Bump versions for release of 0.134.3v0.134.3hugoreleaser
[ci skip]
2024-09-19tpl: Remove RSS deprecation site.Author checkBjørn Erik Pedersen
The check itself creates a warning which I guess was not intended. We could possibly make that work, but it has been deprecated since Hugo 0.98, so just remove the usage.
2024-09-19modules: Improve console output on hugo mod initBjørn Erik Pedersen
Replace some of the stderr output from the Go command to match the Hugo commands needed: ``` go: creating new go.mod: module github.com/bep/foo hugo: to add module requirements and sums: hugo mod tidy ``` See #11458