gohugoio/hugoThemes

hugo-bearblog broken on the Hugo Showcase w/o error message

janraasch opened this issue · 0 comments

Hi there,

I just realized that there is no Demo-button on https://themes.gohugo.io/hugo-bearblog/.


So I checked the logs on netlify - https://app.netlify.com/sites/hugothemes/deploys/605fcc359e03ff0007a38ba0

There it says

1:26:45 AM:  ==== PROCESSING  hugo-bearblog  ======
1:26:45 AM: hugo-bearblog is whitelisted
1:26:45 AM: Building site for theme hugo-bearblog using its own exampleSite to ../themeSite/static/theme/hugo-bearblog/
1:26:45 AM: Error: Error building site: logged 1 error(s)
1:26:45 AM: FAILED to create exampleSite for hugo-bearblog

so I tried to running ./reviewTheme.sh https://github.com/janraasch/hugo-bearblog.git locally.

This works (on my machine ™️ 😅) with output

==== PROCESSING  hugo-bearblog  ====== 
hugo-bearblog is whitelisted
Building site for theme hugo-bearblog using its own exampleSite to ../themeSite/static/theme/hugo-bearblog/
Finished with 0 errors ...
**********************************************************************

to view the site locally run 'hugo server -w=false -s _script/hugoThemeSite/themeSite

**********************************************************************

Locally I have hugo v0.82.0+extended darwin/amd64 BuildDate=unknown installed via homebrew.


Interestingly enough there seems to be a rendered version available on https://themes.gohugo.io/theme/hugo-bearblog/.

Any ideas on what's wrong there?

Thank you ❤️ ,
Jan