You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to write a post with a simple Katex example, I got the following error.
It seems like the length of the hash exceeds the 255 character limit for paths in Linux. I found a couple posts about the same issue suggesting to change the hash function to SHA256 rather than SHA512 for example, but I'm unsure how to properly do this.
Theme version
v. 2.10.0
Hugo version
hugo v0.144.1-a79d63a44659b6bc76dcdf223de1637e0bd70ff6+extended linux/amd64 BuildDate=2025-02-18T12:14:07Z VendorInfo=snap:0.144.1
Which browser rendering engines are you seeing the problem on?
No response
URL to sample repository or website
No response
Hugo output or build error messages
❯ hugo server
Watching forchangesin /home/nate/code/aneziac.github.io/{archetypes,assets,content,data,i18n,layouts,static}
Watching forconfig changesin /home/nate/code/aneziac.github.io/config/_default, /home/nate/code/aneziac.github.io/go.mod
Start building sites …
hugo v0.144.1-a79d63a44659b6bc76dcdf223de1637e0bd70ff6+extended linux/amd64 BuildDate=2025-02-18T12:14:07Z VendorInfo=snap:0.144.1
Built in 53 ms
Error: error building site: open /home/nate/code/aneziac.github.io/public/lib/katex/auto-render.min.6095714e3aadb63b14ddc4af69346ab12974c1b460654345f8d1860a0b68fcc51b22f68b757433193090bb80afc8965b65cb607e5541d0f5f0f4b2e64d69b9ff.js: file name too long
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. It looks like I missed a couple of references to the fingerprinting algorithm in the vendor bundle. I'll fix this in the next release so that these correctly pick up on the fingerprintAlgorithm site parameter so you can pick the best algorithm for your deployment scenario.
Issue description
When trying to write a post with a simple Katex example, I got the following error.
It seems like the length of the hash exceeds the 255 character limit for paths in Linux. I found a couple posts about the same issue suggesting to change the hash function to SHA256 rather than SHA512 for example, but I'm unsure how to properly do this.
Theme version
v. 2.10.0
Hugo version
hugo v0.144.1-a79d63a44659b6bc76dcdf223de1637e0bd70ff6+extended linux/amd64 BuildDate=2025-02-18T12:14:07Z VendorInfo=snap:0.144.1
Which browser rendering engines are you seeing the problem on?
No response
URL to sample repository or website
No response
Hugo output or build error messages
The text was updated successfully, but these errors were encountered: