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
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
I'm following the "getting started" steps with hugo extended v0.83.1. I created a new site, added the submodule, and changed the theme in config.toml, and ran hugo serve. I'm getting the following error:
ERROR 2021/06/23 00:15:58 render of "home" failed: "/Users/jtatum/projects/website/themes/devfest-theme-hugo/layouts/_default/baseof.html:7:3": execute of template failed: template: index.html:7:3: executing "index.html" at <readFile "static/icons.svg">: error calling readFile: stat /Users/jtatum/projects/website/static/icons.svg: no such file or directory
ERROR 2021/06/23 00:15:58 render of "taxonomy" failed: "/Users/jtatum/projects/website/themes/devfest-theme-hugo/layouts/_default/baseof.html:7:3": execute of template failed: template: taxonomy/list.html:7:3: executing "taxonomy/list.html" at <readFile "static/icons.svg">: error calling readFile: stat /Users/jtatum/projects/website/static/icons.svg: no such file or directory
I fixed this by running cp themes/devfest-theme-hugo/static/* static/. Not sure if this is a misconfiguration on my part or something that needs to be in the instructions? Thanks for a cool theme.