Closed Usual-Coder closed 6 months ago
Hey @Usual-Coder thanks for this. I'll have a look. I would advise against pinning the version and instead hold on updating the theme. If this gets solved quickly people will forget to unpin the version.
Hello @Usual-Coder - fixed in https://github.com/nunocoracao/blowfish/releases/tag/v2.65.0
Hi @nunocoracao
When your workflow is automated "holding without pinning" may not be easily achieved (or even possible) ... may I suggest to have a little faith in your users' capabilities to take a workaround for what it is (something temporarily useful "(...)while this issue is fixed or another version is pushed(...)") = the ones bothering reading the issues will probably keep an eye on the resolution for those affecting them = temporary workarounds having the tendency to become permanent when the resolution is long overdue ... just my 2 cents 🤷😇😅
Anyway, thanks for fixing that so quickly ... the theme/time you've given to the community is greatly appreciated 🙇
@Usual-Coder don't agree but appreciate the feedback :)
I will try to do better...
Description
Using the Blowfish theme, following Hugo module instructions, fails while it was possible to use it without any trouble with previous versions.
How to reproduce
How I checked previous versions being OK:
go.mod
(and nothing else = keeping "github.com/nunocoracao/blowfish/v2" unchanged in hugo configuration)Expected behavior
Create a fully functional Hugo site using Blowfish theme ... like it was possible few weeks ago using the very same instructions 🤷
Environment
Additional information
For those relying on Hugo modules to use this theme, this issue can make your CI/CD workflows (pushing to GitHub/GitLab Pages) fail with the same error, depending on how you're handling that process.
Workaround
Pin the version to the previous one:
v2.63.0
... while this issue is fixed or another version is pushed without provoking the same error 🤷