@alcarazr sorry for bugging again. I now urgently need to update my website, and I’m still completely stuck trying to get it to build again. In a desperate attempt, I’ve also tried to set up a new website from scratch using the new Tailwind-styled (Hugo Blox) templates, but it’s a mammoth task to reproduce the Wowchemy-based website I have, so I’m back trying to fix it.
As you had kindly suggested, I’ve pushed the edits I made to the config.yaml
and go.mod
files (as you had suggested in this post) to the website git repo .
Some additional info:
- Hugo version running:
$ hugo version
hugo v0.134.1-2f89169baa87a9db47e288b60705f4e99e21a945+extended linux/amd64 BuildDate=2024-09-05T10:17:50Z VendorInfo=snap:0.134.1
-
Updated hugo dependencies with:
$ hugo mod get -u
-
I’ve commented out sections of the
content/_index.md
which are relying on customized blocks and views, but building still fails with the following errors:
$ hugo server
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0 and will be removed in a future release. Use pagination.pagerSize instead.
Watching for changes in /home/balam/{.cache,Documents}
Watching for config changes in /home/balam/Documents/PROJECTS/repos/svalade.github.io_source_oldfix/config/_default, /home/balam/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!hugo!blox/hugo-blox-builder/modules/blox-plugin-reveal@v1.1.3-0.20240901230003-ec9127eaf80b/config.yaml, /home/balam/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!hugo!blox/hugo-blox-builder/modules/blox-bootstrap/v5@v5.9.8-0.20240901230003-ec9127eaf80b/hugo.yaml, /home/balam/Documents/PROJECTS/repos/svalade.github.io_source_oldfix/go.mod
Start building sites …
hugo v0.134.1-2f89169baa87a9db47e288b60705f4e99e21a945+extended linux/amd64 BuildDate=2024-09-05T10:17:50Z VendorInfo=snap:0.134.1
ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.135.0. Use .Site.Config.Services.GoogleAnalytics.ID instead.
WARN deprecated: data.GetCSV was deprecated in Hugo v0.123.0 and will be removed in a future release. use resources.Get or resources.GetRemote with transform.Unmarshal.
ERROR render of "section" failed: "/home/balam/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.9.0/layouts/_default/baseof.html:11:403": execute of template failed: template: _default/list.html:11:403: executing "_default/list.html" at <.File.UniqueID>: can't evaluate field File in type *source.File
ERROR render of "section" failed: "/home/balam/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.9.0/layouts/_default/baseof.html:11:403": execute of template failed: template: section/post.html:11:403: executing "section/post.html" at <.File.UniqueID>: can't evaluate field File in type *source.File
ERROR render of "page" failed: "/home/balam/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.9.0/layouts/_default/baseof.html:11:403": execute of template failed: template: _default/single.html:11:403: executing "_default/single.html" at <.File.UniqueID>: can't evaluate field File in type *source.File
Built in 1638 ms
Error: error copying static files: open /home/balam/Documents/PROJECTS/repos/svalade.github.io_source_oldfix/public/webfonts/fa-brands-400.ttf: permission denied
Any help on how to proceed would be greatly appreciated!