What happened?
Hi, I am under Ubuntu.
I used the templating and then I have the repo as it is supposed to be.
I get this error:
Error: error building site: open /home/nicco/services.quelltext.eu/public/css/main.bundle.min.a07226f59ef39032dcec04628ab592e71d82ab9ecac024485280dead2b9565e7a4f6e048d984ac4720f62d03a4d67927e4360f2541b0f55d92d4f4e3aa63ac07.css: file name too long
I had a look and found this:
https://discourse.gohugo.io/t/filename-too-long-error-when-compiling-site/15120
And this as your code:
|
{{ $bundleJS := $assets.Get "js" | resources.Concat "js/main.bundle.js" | resources.Minify | resources.Fingerprint "sha512" }} |
Theme version
v1.5.0
Hugo version
hugo v0.139.2-770f548b47b39e6f0fd4da1cc80552024e5829e1 linux/amd64 BuildDate=2024-11-23T15:33:51Z VendorInfo=gohugoio
Which browser are you using?
Firefox
Relevant Hugo log output
$ hugo serve
WARN Module "github.com/chrede88/qubt" is not compatible with this Hugo version: Min 0.119.0 extended; run "hugo mod graph" for more information.
Watching for changes in /home/nicco/services.quelltext.eu/{assets,content}
Watching for config changes in /home/nicco/services.quelltext.eu/config/_default, /home/nicco/services.quelltext.eu/go.mod
Start building sites …
hugo v0.139.2-770f548b47b39e6f0fd4da1cc80552024e5829e1 linux/amd64 BuildDate=2024-11-23T15:33:51Z VendorInfo=gohugoio
ERROR open /home/nicco/services.quelltext.eu/public/css/main.bundle.min.a07226f59ef39032dcec04628ab592e71d82ab9ecac024485280dead2b9565e7a4f6e048d984ac4720f62d03a4d67927e4360f2541b0f55d92d4f4e3aa63ac07.css: file name too long
ERROR open /home/nicco/services.quelltext.eu/public/js/main.bundle.min.4657c962c90bb42241e3db9c00332ac44a2ff6a901654b8248b4e2f4b586571fd2aa672dcadf728d6f2135b0ea6088f21d1cf5302b4cae8557e0593f70081d72.js: file name too long
Built in 51 ms
Error: error building site: open /home/nicco/services.quelltext.eu/public/css/main.bundle.min.a07226f59ef39032dcec04628ab592e71d82ab9ecac024485280dead2b9565e7a4f6e048d984ac4720f62d03a4d67927e4360f2541b0f55d92d4f4e3aa63ac07.css: file name too long
What happened?
Hi, I am under Ubuntu.
I used the templating and then I have the repo as it is supposed to be.
I get this error:
I had a look and found this:
https://discourse.gohugo.io/t/filename-too-long-error-when-compiling-site/15120
And this as your code:
qubt/layouts/partials/head.html
Line 42 in a7fd8b2
Theme version
v1.5.0
Hugo version
hugo v0.139.2-770f548b47b39e6f0fd4da1cc80552024e5829e1 linux/amd64 BuildDate=2024-11-23T15:33:51Z VendorInfo=gohugoio
Which browser are you using?
Firefox
Relevant Hugo log output