www/gohugo: Update to 0.158.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.158.0
Bug fixes
- tpl/css: Fix external source maps
- hugolib: Fix server no watch
- resources: Fix context canceled on GetRemote with per-request timeout
- tpl/tplimpl: Prefer early suffixes when media type matches
- all: Run go fix ./...
- internal/warpc: Fix SIGSEGV in Close() when dispatcher fails to start
- Fix index out of range panic in fileEventsContentPaths f797f84 @bep #14573
Improvements
- resources: Re-publish on transformation cache hit
- create/skeletons: Use css.Build in theme skeleton
- tpl/css: Add a test case for rebuilds on CSS options changes
- hugolib: Allow regular pages to cascade to self
- tpl/css: Allow the user to override single loader entries
- tpl/css: Make default loader resolution for
- internal/js: Add default mainFields for CSS builds
- Add css.Build
- resources: Use full path for Exif etc. decoding error/warning messages
- Move to new locales library and upgrade CLDR from v36.1 to v48.1
- tpl/strings: Add strings.ReplacePairs function
- github: Remove pull_request_template.md
- testing: Make commands tests pass in Go 1.26.1
- refactor: Deprecate language configuration and template methods
- Replace Exif with Meta in tests
- resources: Improve getImageOps error message
- resources/images: Add IsImageResourceWithMeta etc. tests for bmp and gif 44dc384 @bep #14568
Approved by: doceng@ (implicit)