peaceiris / hugo-theme-iris

Hugo IRIS Theme - Portfolio and Blog
https://hugothemeiris.peaceiris.com/
MIT License
69 stars 18 forks source link

Fix deprecation warnings #1815

Open deining opened 1 month ago

deining commented 1 month ago

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.