Skip to content
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

Modules not compatible with hugo version > 0.122 #50

Open
samuelemusiani opened this issue Apr 28, 2024 · 1 comment
Open

Modules not compatible with hugo version > 0.122 #50

samuelemusiani opened this issue Apr 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@samuelemusiani
Copy link
Member

All the theme (?) modules that we are using are not compatible with hugo versions greater than 0.122. For now the only solution is to use a compatibile hugo version (<= 0.122).

Modules:
In file: config/_default/config.yaml

module:
  imports:
    - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
    - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
    - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5

Errors:

Start building sites … 
hugo v0.123.0+extended linux/amd64 BuildDate=unknown

ERROR render of "section" failed: "/home/samu/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/[email protected]/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 "page" failed: "/home/samu/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/[email protected]/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
Total in 482 ms
Error: error building site: render: failed to render pages: render of "page" failed: "/home/samu/.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/[email protected]/layouts/_default/baseof.html:11:403": execute of template failed: template: widget_page/single.html:11:403: executing "widget_page/single.html" at <.File.UniqueID>: can't evaluate field File in type *source.File
@samuelemusiani samuelemusiani added the bug Something isn't working label Apr 28, 2024
@ali-benny
Copy link
Member

Sulla repo del tema ho trovato questo HugoBlox/hugo-blox-builder#3070

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants