Hugo start errors

I’m a complete beginner at Hugo and got a bunch of errors at the very start. Could you please help?

did this >> hugo

got 6 errors >>

ERROR 2020/05/12 14:59:32 render of "taxonomy" failed: execute of template failed: template: authors/list.html:5:3: executing "authors/list.html" at <partial "site_head" .>: error calling partial: "C:\Users\Asus\work\blog\git\themes\academic\layouts\partials\site_head.html:131:56": execute of template failed: template: partials/site_head.html:131: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 2020/05/12 14:59:32 render of "section" failed: execute of template failed: template: section/post.html:5:3: executing "section/post.html" at <partial "site_head" .>: error calling partial: "C:\Users\Asus\work\blog\git\themes\academic\layouts\partials\site_head.html:131:56": execute of template failed: template: partials/site_head.html:131: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 2020/05/12 14:59:32 render of "section" failed: execute of template failed: template: section/talk.html:5:3: executing "section/talk.html" at <partial "site_head" .>: error calling partial: "C:\Users\Asus\work\blog\git\themes\academic\layouts\partials\site_head.html:131:56": execute of template failed: template: partials/site_head.html:131: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 2020/05/12 14:59:32 render of "taxonomyTerm" failed: execute of template failed: template: authors/terms.html:5:3: executing "authors/terms.html" at <partial "site_head" .>: error calling partial: "C:\Users\Asus\work\blog\git\themes\academic\layouts\partials\site_head.html:131:56": execute of template failed: template: partials/site_head.html:131: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 2020/05/12 14:59:32 failed to render pages: render of "taxonomyTerm" failed: execute of template failed: template: _default/list.html:5:3: executing "_default/list.html" at <partial "site_head" .>: error calling partial: "C:\Users\Asus\work\blog\git\themes\academic\layouts\partials\site_head.html:131:56": execute of template failed: template: partials/site_head.html:131: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"
Total in 4029 ms
Error: Error building site: TOCSS: failed to transform "main_parsed.scss" (text/x-scss): resource "scss/scss/main.scss_6c95cc1249b26b124274204dbf970c34" not found in file cache

config.toml has this >> baseURL = “https://MyNickname.github.io/”

1 Like

Found any solution to this?

Which version of hugo did you install? Type hugo version at the command line, then post the results (the entire line that is output).

Hi,

Please tell us the version of Hugo that you have installed. Plus, check if you have your project saved in the same system drive where Hugo is installed. These are my two cents.

Regards
Mithun K