rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.46k stars 777 forks source link

.Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.135.0. Use .Site.Config.Services.Disqus.Shortname instead #484

Closed TheGroundZero closed 1 week ago

TheGroundZero commented 1 month ago

Error when building site with Hugo v0.134.0

ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.135.0. Use .Site.Config.Services.Disqus.Shortname instead

https://github.com/rhazdon/hugo-theme-hello-friend-ng/blob/a902dacd8477728158ca181e17a340ea2f36d1ac/layouts/posts/single.html#L125

brha8286 commented 1 week ago

Valid workaround

TheGroundZero commented 1 week ago

Valid workaround

You need to both change those references as well as the config file