-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update this to work with latest hugo - address warnings generated #204
Comments
In our automated deploy, we have fixed HUGO_VERSION: "0.123.3", so that won't break - but obviously it would be good to be able to update that at some point. Thanks for looking into this! |
maybe this should be added in the CONTRIBUTING.md ? |
This issue has been inactive for more than 90 days. If there is no further activity, it will be automatically closed in seven days time. You can reopen the issue if it is still relevant. |
warnings fix WARN deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in a future release. Use .Site.Config.Services.GoogleAnalytics.ID instead. |
Describe the bug
I encountered issues running the project after installing the latest Hugo versions (v0.137.0 and v0.139.0). The project fails to build, throwing errors.
To Reproduce
hugo server
.Expected Outcome
The project should start successfully without errors.
Actual Behavior
Errors are thrown, and the project fails to start.
Suggested Workaround
For new users experiencing this issue, consider installing Hugo v0.130.0 or below while an update to support the latest Hugo versions is being planned.
The text was updated successfully, but these errors were encountered: