Hello, I am using this template: GitHub - wowchemy/starter-hugo-research-group: 👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code. When I run hugo server
, I have this error: Error: from config: failed to resolve output format "WebAppManifest" from site config
.
I already searched for solutions with google, but not working. For example, Troubleshooting | Wowchemy
Does anyone know how to resolve this?
I think you can connect the theme’s author help you resolve this problem. There were found a in website as here : Discord about starter hugo research group
They said this issue is related to Hugo and suggested asking this question here.
“They” should have asked you which version of Hugo you are using.
“They” should have told you to use Hugo v0.101.0 or later.
I run hugo version
, and got
Hugo Static Site Generator v0.68.3/extended linux/amd64 BuildDate: 2020-03-25T06:15:45Z
use Hugo v0.101.0 or later
Previously, I installed hugo extended with sudo apt install hugo
(Hugo Static Site Generator v0.68.3/extended linux/amd64 BuildDate: 2020-03-25T06:15:45Z
) and got the error above. I searched with Google for solutions for the following error, and it seems I should go back to hugo extended.
I installed the lastest version and got new errors:
hugo version
hugo v0.115.2-8966424e0e521fb1627216a84efd2c5d5917cb0d linux/amd64 BuildDate=2023-07-08T17:06:56Z VendorInfo=gohugoio
New errors:
hugo server
WARN Module “github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5” is not compatible with this Hugo version; run “hugo mod graph” for more information. Start building sites … hugo v0.115.2-8966424e0e521fb1627216a84efd2c5d5917cb0d linux/amd64 BuildDate=2023-07-08T17:06:56Z VendorInfo=gohugoio
ERROR render of “page” failed: “/tmp/hugo_cache_lab/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.1-0.20230618221459-92cc5a271005/layouts/_default/baseof.html:7:3”: execute of template failed: template: landing/single.html:7:3: executing “landing/single.html” at <partial “site_head” .>: error calling partial: “/tmp/hugo_cache_lab/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.1-0.20230618221459-92cc5a271005/layouts/partials/site_head.html:145:56”: execute of template failed: template: partials/site_head.html:145: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 “t
ext/css” ERROR render of “page” failed: “/tmp/hugo_cache_lab/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.1-0.20230618221459-92cc5a271005/layouts/_default/baseof.html:7:3”: execute of template failed: template: event/single.html:7:3: executing “event/single.html” at <partial “site_head” .>: error calling partial: “/tmp/hugo_cache_lab/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.1-0.20230618221459-92cc5a271005/layouts/partials/site_head.html:145:56”: execute of template failed: template: partials/site_head.html:145: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” ERROR render of “page” failed: “/tmp/hugo_cache_lab/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.1-0.20230618221459-92cc5a271005/layouts/_default/baseof.html:7:3”: execute of template failed: template: publi
cation/single.html:7:3: executing “publication/single.html” at <partial “site_head” .>: error calling partial: “/tmp/hugo_cache_lab
/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.1-0.20230618221459-92cc5a271005/layouts/partials/site_head.html:145:56”: execute of template failed: template: partials/site_head.html:145: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” ERROR TOCSS: failed to transform “main_parsed.scss” (text/x-scss). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to ‘libsass’.: this feature is not available in your current Hugo version, see Frequently Asked Questions | Hugo for more information
You did not install the extended version.
I have edited my last reply. Pleas have a look.
I reinstalled it with hugo_extended_0.115.2_linux-amd64.deb, and it worked out. Thanks!
Thanks, Joe. Since that issue had been previously resolved following the suggestions found here, I thought this time maybe was something else. Didn’t think it was related to a specific Hugo version.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.