You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using this theme but ended up getting this error just after setting the theme in the config.toml
❯ hugo server
WARN 2024/12/29 00:50:49 Module "m10c" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Start building sites …
hugo v0.111.3+extended linux/amd64 BuildDate=2023-03-16T08:41:31Z VendorInfo=debian:0.111.3-1
ERROR 2024/12/29 00:50:49 render of "page" failed: "/home/anar/Music/anar/gh/os/m10c/themes/m10c/layouts/_default/baseof.html:11:97": execute of template failed: template: _default/single.html:11:97: executing "_default/single.html" at <css>: can't evaluate field Sass in type interface {}
ERROR 2024/12/29 00:50:49 render of "page" failed: "/home/anar/Music/anar/gh/os/m10c/themes/m10c/layouts/_default/baseof.html:11:97": execute of template failed: template: _default/single.html:11:97: executing "_default/single.html" at <css>: can't evaluate field Sass in type interface {}
ERROR 2024/12/29 00:50:49 render of "page" failed: "/home/anar/Music/anar/gh/os/m10c/themes/m10c/layouts/_default/baseof.html:11:97": execute of template failed: template: _default/single.html:11:97: executing "_default/single.html" at <css>: can't evaluate field Sass in type interface {}
ERROR 2024/12/29 00:50:49 render of "page" failed: "/home/anar/Music/anar/gh/os/m10c/themes/m10c/layouts/_default/baseof.html:11:97": execute of template failed: template: _default/single.html:11:97: executing "_default/single.html" at <css>: can't evaluate field Sass in type interface {}
Error: Error building site: failed to render pages: render of "page" failed: "/home/anar/Music/anar/gh/os/m10c/themes/m10c/layouts/_default/baseof.html:11:97": execute of template failed: template: _default/single.html:11:97: executing "_default/single.html" at <css>: can't evaluate field Sass in type interface {}
Built in 82 ms
config.toml till this error:
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = "m10c"
The text was updated successfully, but these errors were encountered:
I tried using this theme but ended up getting this error just after setting the theme in the
config.toml
config.toml till this error:
The text was updated successfully, but these errors were encountered: