Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Error building site: failed to render pages #23

@jtatum

Description

@jtatum

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions