hugo-theme-iris
hugo-theme-iris copied to clipboard
Fix deprecation warnings
When previewing the example site with latest hugo version 0.130.0, deprecation warnings are emitted
WARN deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in a future release. Use hugo.IsServer instead.
WARN deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in a future release. Use .Site.Config.Services.Disqus.Shortname instead.
This PR fixes this issue.
This PR also renames config.yaml to hugo.yaml in different places.