Hello, I am trying to use this theme.
I have Hugo Extended version
hugo v0.120.4-f11bca5fec2ebb3a02727fb2a5cfb08da96fd9df+extended darwin/arm64 BuildDate=2023-11-08T11:18:07Z VendorInfo=brew
When I try to launch the server I get these errors. I can’t figure out what is causing them.
WARN found no layout file for "html" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
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.
ERROR render of "page" failed: "/Users/1/hugo/quick/themes/bridget/layouts/_default/single.html:13:8": execute of template failed: template: _default/single.html:13:8: executing "main" at <partial "nav.html" .>: error calling partial: "/Users/1/hugo/quick/themes/bridget/layouts/partials/nav.html:8:16": execute of template failed: template: partials/nav.html:8:16: executing "partials/nav.html" at <len $menus>: error calling len: reflect: call of reflect.Value.Type on zero Value
ERROR render: failed to render pages: render of "page" failed: "/Users/1/hugo/quick/themes/bridget/layouts/_default/single.html:13:8": execute of template failed: template: _default/single.html:13:8: executing "main" at <partial "nav.html" .>: error calling partial: "/Users/macstudio/hugo/quick/themes/bridget/layouts/partials/nav.html:8:16": execute of template failed: template: partials/nav.html:8:16: executing "partials/nav.html" at <len $menus>: error calling len: reflect: call of reflect.Value.Type on zero Value
Built in 21 ms
Error: error building site: TOCSS: failed to transform "scss/style.scss" (text/x-scss): "/Users/1/hugo/quick/themes/bridget/assets/scss/style.scss:10:1": File to import not found or unreadable: node_modules/swiper/swiper.scss.
Any ideas?