Skip to content

Your Theme Demo is 404 on the Hugo Site #3

@onedrawingperday

Description

@onedrawingperday

The build script for the Hugo Themes site generates a demo for each theme by creating a theme folder named after the Git repository where the theme resides.

In your case the theme folder is called minimal-academic

However Hugo is unable to find your theme and generate the demo because in the config.toml of your example site you have entered theme = "../../"

Please change that line to theme = "minimal-academic" so that your demo can once again be generated on the Hugo Themes site.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions