Closed giomf closed 12 months ago
Ok after upgrading to the latest hugo version it works as expected. However it would be great to have minimal supported version for hugo in the docs.
I'll add an explicit reference to the minimum required version in the release notes & announcement. This version of Hinode uses several updated Hugo settings that replace now deprecated parameters. The reason you're seeing this warning is because of the following configuration in hugo.toml
.
[module]
[module.hugoVersion]
extended = true
min = "0.120.0"
max = ""
Describe the bug So I upgraded hinode to v0.21.0 and wanted to give it a try but this warning appears followed by a lot of errors. Where can I see which hugo version is supported?
To reproduce Steps to reproduce the behavior:
Expected behavior The page should build normally like with the older version
Log file
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.