-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG] Doesn't work with Hugo >= v0.75.0 #518
Comments
After 0.75.0 the theme doesn't work anymore. Breaking changes from Hugo, sad. |
If anyone can do this, I found this "work around" I don't know where to add the code, or I would check it myself. I know where to put "just did a local build with the current master and can confirm that #7867 does fix the problem and the with...else...end construct works correctly. For anyone looking for this solution in the future for some version after 0.76.5 Add ignoreErrors = ["error-remote-getjson"] to your config file |
This is not a work-around, and it is not even related to the problem. #519 is a fix that actually is two lines of code. |
Ah, ok. I see that now. My bad. |
When wil the next release be and the change go in? At the moment I can't publish my site. |
No one knows. See #514.
Yes, you can: either use an older Hugo version or fix your copy of the theme by adding the necessary lines. |
Is there any update on this? or planned release update? |
With the help of automated deployment tools (such as https://vercel.com/ ), we can lock the version of hugo in 0.74.0 by creating file |
Hi on mac I use this workaround: Go here: hugo repo and find Hugo version you want (in my case v0.74.3). From downlod directory with Terminal:
go on extract it with:
Now you need an alias to call this particular version of hugo:
cd on working directory and
|
When
.Content
is nil, thefunction/content.html
partial fails the new error check introduced in Hugo v0.75.0.The text was updated successfully, but these errors were encountered: