When using the example code for config.toml, described in README.md, hugo returns 1 warning and 2 errors:
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead.
ERROR deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.136.0. Use hugo.IsServer instead.
ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.136.0. Use .Site.Config.Services.GoogleAnalytics.ID instead.
hugo version:
hugo v0.135.0+extended darwin/arm64 BuildDate=2024-09-27T13:17:08Z VendorInfo=brew
env:
macOS 14.3
Terminal 2.14, base
When using the example code for
config.toml, described inREADME.md, hugo returns 1 warning and 2 errors:hugo version:
hugo v0.135.0+extended darwin/arm64 BuildDate=2024-09-27T13:17:08Z VendorInfo=brew
env:
macOS 14.3
Terminal 2.14, base