gohugoio/hugo (gohugoio/hugo)
### [`v0.126.1`](https://togithub.com/gohugoio/hugo/releases/tag/v0.126.1)
[Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.126.0...v0.126.1)
##### What's Changed
- Fix mixed case Page params handling in content adapters [`39cf906`](https://togithub.com/gohugoio/hugo/commit/39cf906bc) [@bep](https://togithub.com/bep) [#12497](https://togithub.com/gohugoio/hugo/issues/12497)
- Fix paths with dots issue with content adapters [`1aacfce`](https://togithub.com/gohugoio/hugo/commit/1aacfced3) [@bep](https://togithub.com/bep) [#12493](https://togithub.com/gohugoio/hugo/issues/12493)
### [`v0.126.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.126.0)
[Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.125.7...v0.126.0)
This release brings, drum roll, a long-awaited Hugo feature that has had many names. At one point we named it *pages from data*. You can read all about it in the documentation where it's titled [Content Adapters](https://gohugo.io/content-management/content-adapters/).
Also worth mentioning are the new [Extras Goldmark Extensions](https://gohugo.io/getting-started/configuration-markup/#extras-extension), which allows you to enable Markdown syntax for inserted text, mark text, subscript and superscript. A big thanks to [@bowman2001](https://togithub.com/bowman2001) for the implementation.
##### Improvements
- tpl/tplimpl: Plainify title and description in twitter_cards.html [`74ab839`](https://togithub.com/gohugoio/hugo/commit/74ab839cc) [@jmooring](https://togithub.com/jmooring) [#12433](https://togithub.com/gohugoio/hugo/issues/12433)
- tpl/tplimpl: Plainify title and description in schema.html [`92290aa`](https://togithub.com/gohugoio/hugo/commit/92290aa89) [@jmooring](https://togithub.com/jmooring) [#12432](https://togithub.com/gohugoio/hugo/issues/12432)
- resources/images: Handle NaN EXIF latitude and longitude [`6dbbe6d`](https://togithub.com/gohugoio/hugo/commit/6dbbe6dd3) [@jmooring](https://togithub.com/jmooring) [#12490](https://togithub.com/gohugoio/hugo/issues/12490)
- Create pages from \_content.gotmpl [`e2d66e3`](https://togithub.com/gohugoio/hugo/commit/e2d66e321) [@bep](https://togithub.com/bep) [#12427](https://togithub.com/gohugoio/hugo/issues/12427) [#12485](https://togithub.com/gohugoio/hugo/issues/12485) [#6310](https://togithub.com/gohugoio/hugo/issues/6310) [#5074](https://togithub.com/gohugoio/hugo/issues/5074)
- create/skeletons: Remove superfluous language code fallback [`55dea41`](https://togithub.com/gohugoio/hugo/commit/55dea41c1) [@jmooring](https://togithub.com/jmooring) [#12479](https://togithub.com/gohugoio/hugo/issues/12479)
- tpl/tplimpl: Improve locale value in opengraph.html [`87ab7f7`](https://togithub.com/gohugoio/hugo/commit/87ab7f7ff) [@jmooring](https://togithub.com/jmooring) [#12480](https://togithub.com/gohugoio/hugo/issues/12480)
- tpl/tplimpl: Retain query string and fragment in render-image.html [`6dfeb9f`](https://togithub.com/gohugoio/hugo/commit/6dfeb9f03) [@jmooring](https://togithub.com/jmooring) [#12468](https://togithub.com/gohugoio/hugo/issues/12468)
- markup/goldmark: Support extras extension [`ca9a77e`](https://togithub.com/gohugoio/hugo/commit/ca9a77ef9) [@jmooring](https://togithub.com/jmooring)
##### Dependency Updates
- build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 [`ee26e69`](https://togithub.com/gohugoio/hugo/commit/ee26e69ce) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0 [`6e83d00`](https://togithub.com/gohugoio/hugo/commit/6e83d00a8) [@dependabot](https://togithub.com/dependabot)\[bot]
##### Documentation
- docs: Regen docshelper [`2661402`](https://togithub.com/gohugoio/hugo/commit/266140251) [@bep](https://togithub.com/bep)
##### Build Setup
- livereload: Improve the livereload script build and update to v4.0.2 [`d02f062`](https://togithub.com/gohugoio/hugo/commit/d02f0622b) [@bep](https://togithub.com/bep) [#12451](https://togithub.com/gohugoio/hugo/issues/12451) [#6290](https://togithub.com/gohugoio/hugo/issues/6290)
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.125.7
->0.126.1
Release Notes
gohugoio/hugo (gohugoio/hugo)
### [`v0.126.1`](https://togithub.com/gohugoio/hugo/releases/tag/v0.126.1) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.126.0...v0.126.1) ##### What's Changed - Fix mixed case Page params handling in content adapters [`39cf906`](https://togithub.com/gohugoio/hugo/commit/39cf906bc) [@bep](https://togithub.com/bep) [#12497](https://togithub.com/gohugoio/hugo/issues/12497) - Fix paths with dots issue with content adapters [`1aacfce`](https://togithub.com/gohugoio/hugo/commit/1aacfced3) [@bep](https://togithub.com/bep) [#12493](https://togithub.com/gohugoio/hugo/issues/12493) ### [`v0.126.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.126.0) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.125.7...v0.126.0) This release brings, drum roll, a long-awaited Hugo feature that has had many names. At one point we named it *pages from data*. You can read all about it in the documentation where it's titled [Content Adapters](https://gohugo.io/content-management/content-adapters/). Also worth mentioning are the new [Extras Goldmark Extensions](https://gohugo.io/getting-started/configuration-markup/#extras-extension), which allows you to enable Markdown syntax for inserted text, mark text, subscript and superscript. A big thanks to [@bowman2001](https://togithub.com/bowman2001) for the implementation. ##### Improvements - tpl/tplimpl: Plainify title and description in twitter_cards.html [`74ab839`](https://togithub.com/gohugoio/hugo/commit/74ab839cc) [@jmooring](https://togithub.com/jmooring) [#12433](https://togithub.com/gohugoio/hugo/issues/12433) - tpl/tplimpl: Plainify title and description in schema.html [`92290aa`](https://togithub.com/gohugoio/hugo/commit/92290aa89) [@jmooring](https://togithub.com/jmooring) [#12432](https://togithub.com/gohugoio/hugo/issues/12432) - resources/images: Handle NaN EXIF latitude and longitude [`6dbbe6d`](https://togithub.com/gohugoio/hugo/commit/6dbbe6dd3) [@jmooring](https://togithub.com/jmooring) [#12490](https://togithub.com/gohugoio/hugo/issues/12490) - Create pages from \_content.gotmpl [`e2d66e3`](https://togithub.com/gohugoio/hugo/commit/e2d66e321) [@bep](https://togithub.com/bep) [#12427](https://togithub.com/gohugoio/hugo/issues/12427) [#12485](https://togithub.com/gohugoio/hugo/issues/12485) [#6310](https://togithub.com/gohugoio/hugo/issues/6310) [#5074](https://togithub.com/gohugoio/hugo/issues/5074) - create/skeletons: Remove superfluous language code fallback [`55dea41`](https://togithub.com/gohugoio/hugo/commit/55dea41c1) [@jmooring](https://togithub.com/jmooring) [#12479](https://togithub.com/gohugoio/hugo/issues/12479) - tpl/tplimpl: Improve locale value in opengraph.html [`87ab7f7`](https://togithub.com/gohugoio/hugo/commit/87ab7f7ff) [@jmooring](https://togithub.com/jmooring) [#12480](https://togithub.com/gohugoio/hugo/issues/12480) - tpl/tplimpl: Retain query string and fragment in render-image.html [`6dfeb9f`](https://togithub.com/gohugoio/hugo/commit/6dfeb9f03) [@jmooring](https://togithub.com/jmooring) [#12468](https://togithub.com/gohugoio/hugo/issues/12468) - markup/goldmark: Support extras extension [`ca9a77e`](https://togithub.com/gohugoio/hugo/commit/ca9a77ef9) [@jmooring](https://togithub.com/jmooring) ##### Dependency Updates - build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 [`ee26e69`](https://togithub.com/gohugoio/hugo/commit/ee26e69ce) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0 [`6e83d00`](https://togithub.com/gohugoio/hugo/commit/6e83d00a8) [@dependabot](https://togithub.com/dependabot)\[bot] ##### Documentation - docs: Regen docshelper [`2661402`](https://togithub.com/gohugoio/hugo/commit/266140251) [@bep](https://togithub.com/bep) ##### Build Setup - livereload: Improve the livereload script build and update to v4.0.2 [`d02f062`](https://togithub.com/gohugoio/hugo/commit/d02f0622b) [@bep](https://togithub.com/bep) [#12451](https://togithub.com/gohugoio/hugo/issues/12451) [#6290](https://togithub.com/gohugoio/hugo/issues/6290)Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.