Skip to content

Specify working Hugo version

I noticed that the latest Hugo version that works is v0.122.0. Since then, some methods have been deprecated:

WARN  deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and will be removed in a future release. Use css.Sass instead.
WARN  deprecated: .Sites.First was deprecated in Hugo v0.127.0 and will be removed in a future release. Use .Sites.Default instead.
ERROR deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in Hugo 0.139.0. use resources.Get or resources.GetRemote with transform.Unmarshal.

I thus updated the project's readme file to specify the Hugo version.

Merge request reports

Loading