bilberry-hugo-theme: Your theme's demo is not working on the Hugo Themes website
Hello @Lednerb
I see that since commit 79846b17 your theme is using Hugo Pipes.
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
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (17 by maintainers)
Commits related to this issue
- Updated to use RelPermalink for usage with hugo themes site. See #148. — committed to Lednerb/bilberry-hugo-theme by Lednerb 6 years ago
- Committed resources folder for usage with hugo themes site. See #148. — committed to Lednerb/bilberry-hugo-theme by Lednerb 6 years ago
- Updated default font path for usage via Hugo Themes Site. See #148. — committed to Lednerb/bilberry-hugo-theme by Lednerb 6 years ago
- Updated default font path for usage via Hugo Themes Site. See #148. — committed to Lednerb/bilberry-hugo-theme by Lednerb 6 years ago
- Updated / added resources folder again. See #148 — committed to Lednerb/bilberry-hugo-theme by Lednerb 6 years ago
- Updated to use RelPermalink for usage with hugo themes site. See #148. — committed to oneils/bilberry-hugo-theme by Lednerb 6 years ago
- Committed resources folder for usage with hugo themes site. See #148. — committed to oneils/bilberry-hugo-theme by Lednerb 6 years ago
- Updated default font path for usage via Hugo Themes Site. See #148. — committed to oneils/bilberry-hugo-theme by Lednerb 6 years ago
- Updated default font path for usage via Hugo Themes Site. See #148. — committed to oneils/bilberry-hugo-theme by Lednerb 6 years ago
- Updated / added resources folder again. See #148 — committed to oneils/bilberry-hugo-theme by Lednerb 6 years ago
- set up absolute urls for font paths, see https://github.com/Lednerb/bilberry-hugo-theme/issues/148#issuecomment-437919846 — committed to hugo-apero/hugo-apero by apreshill 3 years ago
@onedrawingperday thanks for the PR, it’s merged.
Hey @onedrawingperday
thanks for the critical hint here. I’ve forgotten this part.
New version pushed.
Thank you very much for your help, time and engagement not only on this theme but also here https://github.com/gohugoio/hugoThemes/issues/430#issuecomment-435367441 and in general with the Hugo Theme department! 👍 🎉
Great work!
https://github.com/Lednerb/bilberry-hugo-theme/commit/8770b9b8997c6d0da74f545cacb84853d1de141f looks fine.
Regarding the
public/resources
folder please try the following:exampleSite
directory.exampleSite/config.toml
enter this parameter:themesDir = "../.."
/exampleSite/
directory and runhugo
exampleSite/public/
directory and within that the/resources/
that we need. Copy this folder under the root of your theme.exampleSite/public/
after doing the above step because it is no longer needed.P.S. Whenever you update your theme’s SCSS you will need to generate your theme’s resources and then commit them again.
@onedrawingperday thank you very much for the hint! I will update and commit the
resources
in the next days and leave a message here when it’s done.