I was followed Quick start guide, after run hugo server I got the erorr as below:
ERROR render of “404” failed: “/home/justin/quickstart/themes/ananke/layouts/_default/baseof.html:26:15”: execute of template failed: template: 404.html:26:15: executing “404.html” at <partials.Include>: error calling Include: “/home/justin/quickstart/themes/ananke/layouts/partials/site-style.html:1:16”: execute of template failed: template: partials/site-style.html:1:16: executing “partials/site-style.html” at <partials.IncludeCached>: error calling IncludeCached: “/home/justin/quickstart/themes/ananke/layouts/partials/func/style/GetMainCSS.html:71:23”: execute of template failed: template: partials/func/style/GetMainCSS.html:71:23: executing “partials/func/style/GetMainCSS.html” at : can’t evaluate field Sass in type interface {}
ERROR render of “taxonomy” failed: “/home/justin/quickstart/themes/ananke/layouts/_default/baseof.html:26:15”: execute of template failed: template: _default/terms.html:26:15: executing “_default/terms.html” at <partials.Include>: error calling Include: “/home/justin/quickstart/themes/ananke/layouts/partials/site-style.html:1:16”: execute of template failed: template: partials/site-style.html:1:16: executing “partials/site-style.html” at <partials.IncludeCached>: error calling IncludeCached: “/home/justin/quickstart/themes/ananke/layouts/partials/func/style/GetMainCSS.html:71:23”: execute of template failed: template: partials/func/style/GetMainCSS.html:71:23: executing “partials/func/style/GetMainCSS.html” at : can’t evaluate field Sass in type interface {}
I’m using WSL on windows
This is my hugo verisoin: hugo v0.123.7+extended linux/amd64 BuildDate=2024-11-06T01:07:23Z VendorInfo=ubuntu:0.123.7-1ubuntu0.2
It seem to linking file failed, but I have no idea to fix it