This release fixes compile issues when using Hugo versions 0.134.0 or newer. It will require modifying your config.toml
(or equivalent) and removing:
# googleAnalytics = "your-google-analytics-id"
# disqusShortname = "your-disqus-shortname"
It will be replaced with:
# [[services.googleAnalytics]]
# id = 'GA-YOURID'
# [[services.disqus]]
# shortname = 'GA-YOURID'
This is only if you use these services though.
What's Changed
Full Changelog: v2024.06.25...v2024.12.7