Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your Theme Demo is 404 on the Hugo Site #3

Closed
onedrawingperday opened this issue Aug 23, 2018 · 1 comment
Closed

Your Theme Demo is 404 on the Hugo Site #3

onedrawingperday opened this issue Aug 23, 2018 · 1 comment

Comments

@onedrawingperday
Copy link

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!

@jhu247
Copy link
Owner

jhu247 commented Aug 29, 2018

Hi @onedrawingperday, I've made the requested change. Thanks!

@jhu247 jhu247 closed this as completed Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants