OSGeo / grass-website

Web site of GRASS GIS project (deployed from this repo twice a day)
https://grass.osgeo.org
GNU General Public License v3.0
17 stars 48 forks source link

[Bug] hugo languages.en.dateformat warnings on server #469

Closed neteler closed 2 months ago

neteler commented 2 months ago

.. indeed still warnings.

While at improving the web pages, perhaps this could be addressed as well:

WARN 2024/08/30 17:25:25 config: languages.en.dateformat: custom params on the language top level is deprecated and will be removed in a future release. Put the value below [languages.en.params]. See https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120

Re-run Hugo with the flag --panicOnWarning to get a better error message.
WARN 2024/08/30 17:25:25 config: languages.en.logo: custom params on the language top level is deprecated and will be removed in a future release. Put the value below [languages.en.params]. See https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120

Re-run Hugo with the flag --panicOnWarning to get a better error message.
WARN 2024/08/30 17:25:25 config: languages.en.license: custom params on the language top level is deprecated and will be removed in a future release. Put the value below [languages.en.params]. See https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120

Re-run Hugo with the flag --panicOnWarning to get a better error message.
WARN 2024/08/30 17:25:25 config: languages.en.socialicon: custom params on the language top level is deprecated and will be removed in a future release. Put the value below [languages.en.params]. See https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120

Re-run Hugo with the flag --panicOnWarning to get a better error message.
Start building sites … 
hugo v0.113.0+extended linux/amd64 BuildDate=unknown
veroandreo commented 2 months ago

All those got fixed with #466, at least I do not get them any more when building locally with hugo v0.113.0+extended

neteler commented 2 months ago

Thanks, solved.