aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-05-15build(deps): bump github.com/tdewolff/minify/v2 from 2.20.20 to 2.20.21dependabot/go_modules/github.com/tdewolff/minify/v2-2.20.21dependabot[bot]
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.20 to 2.20.21. - [Release notes](https://github.com/tdewolff/minify/releases) - [Commits](https://github.com/tdewolff/minify/compare/v2.20.20...v2.20.21) --- 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 protected]>
2024-05-14releaser: Bump versions for release of 0.126.0v0.126.0hugoreleaser
[ci skip]
2024-05-14docs: Regen docshelperBjørn Erik Pedersen
2024-05-14tpl/tplimpl: Plainify title and description in twitter_cards.htmlJoe Mooring
Closes #12433 Improves #10900
2024-05-14tpl/tplimpl: Plainify title and description in schema.htmlJoe Mooring
Closes #12432
2024-05-14resources/images: Handle NaN EXIF latitude and longitudeJoe Mooring
Fixes #12490
2024-05-14Create pages from _content.gotmplBjørn Erik Pedersen
Closes #12427 Closes #12485 Closes #6310 Closes #5074
2024-05-14create/skeletons: Remove superfluous language code fallbackJoe Mooring
Closes #12479
2024-05-14tpl/tplimpl: Improve locale value in opengraph.htmlJoe Mooring
Closes #12480
2024-05-10build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.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-05-10build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0dependabot[bot]
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/image/compare/v0.15.0...v0.16.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-05-10 livereload: Improve the livereload script build and update to v4.0.2Bjørn Erik Pedersen
This script has very infrequent updates, but just copy pasting the minified source creates some potential trust issues. This JS will now be pulled from a Git version and both the unminified and minified version gets written to disk. This way it should be easier to reason about changes in the future. To upgrade, change the commit hash and run `mage generate`. Closes #12451 Closes #6290
2024-05-10tpl/tplimpl: Retain query string and fragment in render-image.htmlJoe Mooring
Closes #12468
2024-05-10markup/goldmark: Support extras extensionJoe Mooring
Enables inclusion of these HTML elements in Markdown: - Inserted Text (++inserted++) - Mark Text (==marked==) - Subscript (H~2~O) - Superscript (1^st^)
2024-05-08releaser: Prepare repository for 0.126.0-DEVrelease-0.125.7hugoreleaser
[ci skip]
2024-05-08releaser: Bump versions for release of 0.125.7v0.125.7hugoreleaser
[ci skip]
2024-05-08deps: Downgrade github.com/getkin/kin-openapi v0.124.0 => v0.123.0Bjørn Erik Pedersen
We have received reports from users of Hugo's `openapi3.Unmarshal` about breaking behavior in the mentioned `kin-openapi` version, so revert for now, pending further investigation.
2024-05-08readme: Update SponsorsBjørn Erik Pedersen
2024-05-05releaser: Prepare repository for 0.126.0-DEVrelease-0.125.6hugoreleaser
[ci skip]
2024-05-05releaser: Bump versions for release of 0.125.6v0.125.6hugoreleaser
[ci skip]
2024-05-05Fix one more resource change eviction logic issueBjørn Erik Pedersen
This is how we should have fixed #1239. Fixes #12456
2024-05-04Make the cache eviction logic for stale entities more robustBjørn Erik Pedersen
Fixes #12458
2024-05-02build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2dependabot[bot]
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/pelletier/go-toml/releases) - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml) - [Commits](https://github.com/pelletier/go-toml/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: github.com/pelletier/go-toml/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-05-02Run mage generateBjørn Erik Pedersen
2024-05-02resources/page: Pull internal Page methods into its own interfaceBjørn Erik Pedersen
So it doesn't get visible when passing it to `jsonify`.
2024-05-01releaser: Prepare repository for 0.126.0-DEVrelease-0.125.5hugoreleaser
[ci skip]
2024-05-01releaser: Bump versions for release of 0.125.5v0.125.5hugoreleaser
[ci skip]
2024-05-01Fix rebuilds on cascade deletes/renamesBjørn Erik Pedersen
And also avoid reading sub directories on simple changes to branch `_index.md` files. Fixes #12449
2024-05-01commands: Print "Webserver is ..." right before "Total ..."Bjørn Erik Pedersen
Also fix it so * It's not printed when running `hugo -w` * It'd printed for all kinds of rebuilds Fixes #12384
2024-04-30Make sure replaced pages gets marked as staleBjørn Erik Pedersen
Fixes #12436
2024-04-25releaser: Prepare repository for 0.126.0-DEVrelease-0.125.4hugoreleaser
[ci skip]
2024-04-25releaser: Bump versions for release of 0.125.4v0.125.4hugoreleaser
[ci skip]
2024-04-25commands: Clarify that create or install a theme are two optionsPeter van Dijk
2024-04-25config: Setups with only one active language can never be multihostBjørn Erik Pedersen
Fixes #12288
2024-04-25Fix rebuilds when running hugo -wBjørn Erik Pedersen
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
2024-04-25build(deps): bump github.com/tdewolff/minify/v2 from 2.20.19 to 2.20.20dependabot[bot]
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 protected]>
2024-04-25tpl/tplimpl: Fix double-escaping in opengraph templateJoe Mooring
Closes #12418
2024-04-23Use Apache License without modificationBjørn Erik Pedersen
Closes #12415
2024-04-22markup/goldmark: Fix data race in the hugocontext wrapperBjørn Erik Pedersen
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.
2024-04-22Delete .hugo_build.lockBjørn Erik Pedersen
Added to Git by accident.
2024-04-22tpl: Escape .Title in built-in image and link render hooksBjørn Erik Pedersen
Co-authored-by: Joe Mooring <[email protected]>
2024-04-22tpl/tplimpl: Improve embedded templatesJoe Mooring
- Do not call the YouTube oEmbed API - Do not include the Hugo version in RSS feeds Closes #12396
2024-04-22SECURITY.md: Update link to security modelEric Anderson
The security model was moved in https://github.com/gohugoio/hugoDocs/pull/2495
2024-04-22modules: Fix potential infinite loop in module collectionBjørn Erik Pedersen
Fixes #12407
2024-04-20releaser: Bump versions for release of 0.125.2v0.125.2hugoreleaser
[ci skip]
2024-04-20Only add root sections to the section pages menuBjørn Erik Pedersen
Fixes #12399
2024-04-20Fix partial rebuilds for SCSS fetched with GetMatch and similarBjørn Erik Pedersen
Fixes #12395
2024-04-20commands: Add gen chromastyles --lineNumbersTableStyle flagJoe Mooring
For symmetry, also rename --linesStyle to --lineNumbersInlineStyle. Closes #12393
2024-04-19resources/images: Fix TestColorLuminance on s390xBjørn Erik Pedersen
2024-04-18commands: Provide examples for chromastyles flagsJoe Mooring
Closes #12387