Skip to content

v2024.12.7

Latest
Compare
Choose a tag to compare
@derme302 derme302 released this 07 Dec 12:28
· 3 commits to master since this release
a75c69a

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

  • Support for Disqus and Google Analytics in Hugo 0.134.0 by @derme302 in #18

Full Changelog: v2024.06.25...v2024.12.7