what I did:
hugo new site emoxin
cd themes
git clone --recurse-submodules Abraham Raji / gruvhugo · GitLab
then I met errors:
WARN found no layout file for “html” for kind “home”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN found no layout file for “html” for kind “taxonomy”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
…
so I duplicate everything in emoxin/themes/gruvhugo/layouts to emoxin/layouts, but have more errors:
ERROR render of “taxonomy” failed: “E:\github\emoxin.github.io\emoxin\emoxin\layouts_default\baseof.html:3:8”: execute of template failed: template: _default/list.html:3:8: executing “_default/list.html” at <partial “head.html” .>: error calling partial: “E:\github\emoxin.github.io\emoxin\emoxin\layouts\partials\head.html:44:51”: execute of template failed: template: partials/head.html:44:51: executing “partials/head.html” at : error calling toCSS: type not supported in Resource transformations
ERROR render of “404” failed: “E:\github\emoxin.github.io\emoxin\emoxin\layouts_default\baseof.html:3:8”: execute of template failed: template: 404.html:3:8: executing “404.html” at <partial “head.html” .>: error calling partial: “E:\github\emoxin.github.io\emoxin\emoxin\layouts\partials\head.html:44:51”: execute of template failed: template: partials/head.html:44:51: executing “partials/head.html” at : error calling toCSS: type not supported in Resource transformations
Total in 12 ms
Error: error building site: render: failed to render pages: render of “home” failed: “E:\github\emoxin.github.io\emoxin\emoxin\layouts_default\baseof.html:3:8”: execute of template failed: template: index.html:3:8: executing “index.html” at <partial “head.html” .>: error calling partial: “E:\github\emoxin.github.io\emoxin\emoxin\layouts\partials\head.html:44:51”: execute of template failed: template: partials/head.html:44:51: executing “partials/head.html” at : error calling toCSS: type not supported in Resource transformations
I also tried to copy everything from exampleSite to the root directory but also did not work.
this is my repository and I wonder how to use exampleSite correctly. THANKS!