Hi,
I was using and old Hugo site with academic without problems (always locally).
I am trying to migrate my old content to this new wowchemy complicated stuff. I just followed the instructions here to install locally (Ubuntu 18): Quickstart your Hugo website with this Hugo tutorial. Followed all steps and when trying to test a pair of themes, I got a warning an then some errors. Looks like they are related through v5, but not sure since I don’t understand yet the Wowchemy way of working.
My hugo version is 0.104.2. I tried also with 0.104.0
Ubuntu 18.04
-
Warning:
WARN 2022/09/30 13:03:07 Module “github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5” is not compatible with this Hugo version; run “hugo mod graph” for more information. -
Errors: There are 5 similar to this one:
ERROR 2022/09/30 13:03:07 render of “page” failed: “/tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.6.0/layouts/_default/baseof.html:5:3”: execute of template failed: template: book/single.html:5:3: executing “book/single.html” at <partial “site_head” .>: error calling partial: “/tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.6.0/layouts/partials/site_head.html:183:56”: execute of template failed: template: partials/site_head.html:183:56: executing “partials/site_head.html” at <resources.Concat>: error calling Concat: resources in Concat must be of the same Media Type, got “text/x-scss” and “text/css”
If you could help me, I would really appreciate. Thanks!