You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried to build this theme into Hugo v0.132.1 and had these warnings/errors:
WARN deprecated: .Site.Social was deprecated in Hugo v0.124.0 and will be removed in a future release. Use .Site.Params instead.
WARN deprecated: .Site.Authors was deprecated in Hugo v0.124.0 and will be removed in a future release. Use taxonomies instead.
ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use .Site.Config.Services.Disqus.Shortname instead.
The last error prevented hugo from starting. I fixed it with the following:
sed -i 's/{{ if .Site.DisqusShortname }}/{{ if .Site.Config.Services.Disqus.Shortname }}/g' "andromeda-light-hugo/layouts/blog/single.html"
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I recently tried to build this theme into Hugo v0.132.1 and had these warnings/errors:
The last error prevented hugo from starting. I fixed it with the following:
The text was updated successfully, but these errors were encountered: