www/gohugo: Update to 0.148.1
Accumulated ChangeLogs:
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.148.0
Note
- Fix some uglyURLs issues for home, section and taxonomy kind (note)
- Fix branch paths when OutputFormat.Path is configured (note)
Bug fixes
- resources/page: Allow full datetime prefix in filenames
Improvements
- Add Ancestors (plural) method to GitInfo, rename Ancestor field to Parent
- Allow creating home pages from content adapters
- Remove the internal GitInfo type and make Page.GitInf() return a pointer
- source: Expose Ancestor in GitInfo
- config: Increase test coverage
- markup/goldmark: Change link and image render hook enablement to enums
- hugolib: Honor implicit "page" type during template selection
- deploy: walkLocal worker pool for performance
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.148.1
- Fix assignment to entry in nil map
- deps: Downgrade github.com/niklasfasching/go-org v1.9.0 => v1.8.0
PR: 288103 Approved by: doceng@ (timeout > 2 weeks)