Skip to content
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 README.md re hugo version limitation #106

Closed
phillxnet opened this issue Nov 22, 2024 · 0 comments · Fixed by #111
Closed

Update README.md re hugo version limitation #106

phillxnet opened this issue Nov 22, 2024 · 0 comments · Fixed by #111

Comments

@phillxnet
Copy link
Member

In the context of "Hugo v0.123.0 breaks downloads page #94", update README.md regarding this version limitation until we have a resolution for this upstream breaking change.

Linux X86_64 build host work-around:

cd ~/.local/bin
wget https://github.com/gohugoio/hugo/releases/download/v0.122.0/hugo_extended_0.122.0_linux-amd64.tar.gz
tar zxvf hugo_extended_0.122.0_linux-amd64.tar.gz

N.B. slightly ill advised as multiple files in tar:

  • hugo
  • README.md
  • LICENSE

But enables use of existing user .local/bin path.

@phillxnet phillxnet changed the title Update README.md re hugo install Update README.md re hugo version limitation Nov 22, 2024
phillxnet added a commit to phillxnet/rockstor-website that referenced this issue Nov 28, 2024
Hugo v0.123.0 introduced breaking changes; primarily
affecting our downloads page render. Update README.md
regarding this version limitation with a note requesting
assistance.
phillxnet added a commit that referenced this issue Nov 28, 2024
…ersion-limitation

Update README.md re Hugo version limitation #106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant