resonatecoop/website

cannot build site

Closed this issue · 1 comments

Here's what I get running hugo server --config config.toml --baseURL http://localhost:1314 --port 1314:

Start building sites … 
ERROR 2020/11/06 12:37:58 render of "page" failed: execute of template failed: template: team/single.html:1:3: executing "team/single.html" at <partial "head.html" .>: error calling partial: "/home/tony/src/resonate/website/src/layouts/partials/head.html:8:46": execute of template failed: template: partials/head.html:8:46: executing "partials/head.html" at <index .Site.Data.css.hash "main.css">: error calling index: index of untyped nil
ERROR 2020/11/06 12:37:58 render of "page" failed: execute of template failed: template: team/single.html:1:3: executing "team/single.html" at <partial "head.html" .>: error calling partial: "/home/tony/src/resonate/website/src/layouts/partials/head.html:8:46": execute of template failed: template: partials/head.html:8:46: executing "partials/head.html" at <index .Site.Data.css.hash "main.css">: error calling index: index of untyped nil
ERROR 2020/11/06 12:37:58 render of "page" failed: execute of template failed: template: team/single.html:1:3: executing "team/single.html" at <partial "head.html" .>: error calling partial: "/home/tony/src/resonate/website/src/layouts/partials/head.html:8:46": execute of template failed: template: partials/head.html:8:46: executing "partials/head.html" at <index .Site.Data.css.hash "main.css">: error calling index: index of untyped nil
ERROR 2020/11/06 12:37:58 render of "page" failed: execute of template failed: template: team/single.html:1:3: executing "team/single.html" at <partial "head.html" .>: error calling partial: "/home/tony/src/resonate/website/src/layouts/partials/head.html:8:46": execute of template failed: template: partials/head.html:8:46: executing "partials/head.html" at <index .Site.Data.css.hash "main.css">: error calling index: index of untyped nil
Built in 30 ms
Error: Error building site: failed to render pages: render of "page" failed: execute of template failed: template: team/single.html:1:3: executing "team/single.html" at <partial "head.html" .>: error calling partial: "/home/tony/src/resonate/website/src/layouts/partials/head.html:8:46": execute of template failed: template: partials/head.html:8:46: executing "partials/head.html" at <index .Site.Data.css.hash "main.css">: error calling index: index of untyped nil

hugo version

Hugo Static Site Generator v0.78.1-347F2DE6 linux/amd64 BuildDate: 2020-11-05T09:39:06Z

node version

v10.18.0

My bad! Forgot to run gulp apparentally. 😅 Working for me now