-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
Blowfish is uncompatible with hugo stable version 0.130.0 #1658
Comments
You seem to be getting Do you happen to have home folder encryption enabled in your Linux Mint installation? That forces file length limits of ~140 characters, which is why it's recommended to do full disk encryption instead. I ran into a similar issue in the past because LM defaults to the home-folder-only encryption for some reason. |
I get other errors
|
The complaints about Hugo version compatibility are more like generic warnings that Blowfish hasn't been explicitly tested for those versions. I've tried a few builds and see no apparent incompatibilities with v0.130.0. The deprecation warnings are tracked in a few other GitHub issues, but have not been addressed yet. |
I see it over in #1645 |
Ooops did not see it lol thanks again.. |
Normally the supported hugo version is automatically bumped by github action like #1623. Although I am not sure it's being actually tested |
OP of that issue here. I noticed the warning but the build works fine on Hugo 131 (https://asterisk.lol is built with that version). I use endeavourOS Linux (Arch derivative) and Cloudflare Pages build containers use Ubuntu and However, there is still a PR to fix this (#1681) |
It's bumped to |
Looks like this is now fixed in v2.75.0. |
Docs here seems to need to be updated. For lastest blowfish, not |
Describe the bug
The blowfish module is uncompatible with the last update of hugo v0.130.0. The web development server won't start when creating a new project with it.
To Reproduce
Steps to reproduce the behavior:
brew install hugo node
npm i -g blowfish-tools
blowfish-tools
./test/
')Expected behavior
I expect to happen a webserver being run and accessible through http://localhost:1313 after pressing the last 'Enter' key.
Screenshots
Desktop (please complete the following information):
Linux Mint Linux bazinga 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Hugo & Blowfish versions
hugo v0.130.0+extended linux/amd64 BuildDate=2024-07-29T13:51:56Z VendorInfo=brew
hugo-blowfish-theme
version2.74.0
The text was updated successfully, but these errors were encountered: