-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
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
Labels
No labels