www/gohugo: update to 0.144.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.144.1
- markup/goldmark: Fix panic on empty Markdown header
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.144.0
Note
- Fix auto generated header ids so they don't contain e.g. hyperlink destinations (note)
Bug fixes
- markup/goldmark: Fix panic on stray attribute nodes
- Fix Position for passthrough hooks
- config: Fix server.redirects.fromRe being ignored unless server.redirects.from is also set
- Fix shortcode name in error message on self-closing shortcodes with no .Inner
Improvements
- config/allconfig: Deprecate :filename and :slugorfilename tokens
- resources/page: Revise the new contentbasename permalinks tokens
- resources/page: Add :contentbasename and :contentbasenameorslug permalink tokens
- Add autoID for definition terms
- internal/warpc: Enable KaTeX mhchem extension
- modules: Add GOAUTH to module config
- Support menus as maps in content adapters
- js/esbuild: Add drop option
- config: Remove unused code
- commands: Use punctuation consistently in short description
- Upgrade to Go 1.24
- Deprecate kind, lang, and path from front matter
- commands: Move the CHMOD event filter up
- parser: Handle org-mode filetags as slice
- Add ContentTypes to config
- commands: Validate style argument passed to gen chromastyles
- Update CONTRIBUTING.md
- Move "print unused templates" after renderDeferred
- Add some more server options/improvements