-
Notifications
You must be signed in to change notification settings - Fork 208
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's demo is not working on the Hugo Themes website. #53
Comments
@onedrawingperday Thanks for the heads-up. The thing is per PR #45, I will have a deeper look and try to fix it ASAP. Any hints would be truly appreciated. |
@onedrawingperday I have just fixed |
@htr3n I had a look at commit 56d21df and the associated PR. First of all you need to commit the generated CSS for all HTML templates, meaning that locally you will have to enable all conditionals. Second for your Hugo Pipes Assets you need to use PS I see that you just made a new commit but the Resources will be missing from your Demo because as I said above you need to use |
@onedrawingperday I've just realized the issues right after committing ;) I'm working on it. Thanks. |
@onedrawingperday: I fixed the templates with Please let me know if there are still some issues. Thanks for your patience. |
@htr3n Thank you very much! I confirm the fix. The demo will work again the next time themes are updated on the Hugo website. CC / @digitalcraftsman |
Hello @htr3n
I saw in your theme's README that since version 0.2 the main styles were refactored and redeveloped using SCSS.
However you have not committed the generated resources of your theme and as a result your theme's demo fails to generate on the Hugo website.
To fix this issue please have a look at the updated README of Hugo Themes: https://github.com/gohugoio/hugoThemes#resources You need to commit the
/resources/
directory and its contents in your theme's repository.If you have any questions do not hesitate to ask me or @digitalcraftsman
The text was updated successfully, but these errors were encountered: