-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hugo v0.123.0 breaks downloads page #94
Comments
installed via:
snap info
|
We programatically construct our downloads page via:
Using the following variable defined in config.toml
Lines 159 to 160 in 4206bc6
And the frontmatter we reference is in the content files themselves i.e.: rockstor-website/content/dls/Leap15-4_x86_64.md Lines 1 to 14 in 4206bc6
|
Our last working PRODUCTION Website build/publish (master branch) had the following Hugo version/output:
Dated 11th Jan |
So we have a breaking change upstream between v0.121.2 and v0.126.0 !! https://github.com/gohugoio/hugo/releases Announced breaking changes back when re v0.123.0 |
sudo snap install --channel=extended hugo Our revert options are minimal:
in that 0.125.7 also failed. And there appears to be no older versions on the snap store !!!
|
OBS hugohttps://build.opensuse.org/repositories/devel:languages:go
Oh good:
|
Establish last working versionTested via:
Required to use binaries without packaging as no known packaging system seems to hold older versions of Hugo for openSUSE!
Last working v0.122.0
First FAILING
|
Debug build using 0.123.0
|
Ideally here we have to transition our 'ways' to be compatible with latest Hugo. Required changes to accomplish this are the 'fix' for this issue. And as yet unclear. |
Our current PRODUCTION website was last built from as-yet unaltered master branch (with working downloads page), however we have recently seen issues with newer builds from master that contain only headers in our programmatically generated download page options:
It is suspected that we have a back-end issue re Hugo version or insufficient Hugo plugins or the like. This issue is to document this failing, and it's fix, in case we run into this again.
The text was updated successfully, but these errors were encountered: