I just installed Hugo and trying to set up nostyleplease.
But I'm getting this error while trying to start server.
tried installing the theme by both cloning and as a submodule.
hugo server --buildDrafts
Watching for changes in /home/nadiyar/Desktop/tmp/quickstart/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /home/nadiyar/Desktop/tmp/quickstart/hugo.toml, /home/nadiyar/Desktop/tmp/quickstart/themes/nostyleplease/config.toml
Start building sites …
hugo v0.121.2+extended linux/amd64 BuildDate=2024-02-07T00:00:00+00:00 VendorInfo=Fedora:0.121.2-1.fc40
ERROR render of "page" failed: "/home/nadiyar/Desktop/tmp/quickstart/themes/nostyleplease/layouts/posts/baseof.html:3:8": execute of template failed: template: posts/single.html:3:8: executing "posts/single.html" at <partial "head.html" .>: error calling partial: "/home/nadiyar/Desktop/tmp/quickstart/themes/nostyleplease/layouts/partials/head.html:19:23": execute of template failed: template: partials/head.html:19:23: executing "partials/head.html" at <css>: can't evaluate field Sass in type interface {}
Built in 167 ms
Error: error building site: render: failed to render pages: render of "page" failed: "/home/nadiyar/Desktop/tmp/quickstart/themes/nostyleplease/layouts/posts/baseof.html:3:8": execute of template failed: template: posts/single.html:3:8: executing "posts/single.html" at <partial "head.html" .>: error calling partial: "/home/nadiyar/Desktop/tmp/quickstart/themes/nostyleplease/layouts/partials/head.html:19:23": execute of template failed: template: partials/head.html:19:23: executing "partials/head.html" at <css>: can't evaluate field Sass in type interface {}
hugo version
hugo v0.121.2+extended linux/amd64 BuildDate=2024-02-07T00:00:00+00:00 VendorInfo=Fedora:0.121.2-1.fc40
I just installed Hugo and trying to set up nostyleplease.
But I'm getting this error while trying to start server.
tried installing the theme by both cloning and as a submodule.