-
-
Notifications
You must be signed in to change notification settings - Fork 245
Broken Themes on the Hugo Showcase #867
Comments
The following themes have been removed: |
Minimo should be fixed: MunifTanjim/minimo@594144f 🤔 Is it still broken? |
Thank you for the fix Munif. I've updated the themes and Minimo's demo is running fine again. |
@digitalcraftsman I appreciate your work on keeping the Hugo themes clean. Thanks for this notification. |
Hello, isn't hugo-theme-tony fixed in ThemeTony/hugo-theme-tony@e01e218? 😢 |
@FFRaycoder let's continue this discussion at ThemeTony/hugo-theme-tony#7 |
Feel free to remove Midnight for the time being. I'm in the middle of a major refactoring and will resubmit once that's done. |
Thank you, haven't seen this bug before. Will check it out.
…On Fri, Jul 31, 2020, 06:03 digitalcraftsman ***@***.***> wrote:
This issue is meant for author notification and not discussion.
The following themes broke for various reasons and need to be fixed or
will be removed. Theme authors should know how to fix their themes based on
the errors logs below.
If theme authors do not know how to fix their themes then they should ask
at the dedicated Hugo Support Forum: https://discourse.gohugo.io/
When a fix is issued then authors should ping me in the corresponding
commit with @digitalcraftsman <https://github.com/digitalcraftsman> or
respond to this thread, so that I get notified. Themes will be updated
automatically <https://github.com/gohugoio/hugoThemes#theme-updates>
every three days.
------------------------------
ticky-tacky-dark - cc: @kc0bfv <https://github.com/kc0bfv>
Listed since July 31st
ticky_tacky_dark is whitelisted
12:53:44 PM: Building site for theme ticky_tacky_dark using its own exampleSite to ../themeSite/static/theme/ticky_tacky_dark/
12:53:44 PM: fatal error:
12:53:44 PM: concurrent map read and map write
12:53:44 PM: goroutine 99 [running]:
12:53:44 PM: runtime.throw(0x1d52494, 0x21)
...
Reason: concurrent read and write access of a map during build. Due to the
length of the stack trace please have a look at the build log
<https://app.netlify.com/sites/hugothemes/deploys/5f23f6d14febd6790c5a917e>
for the Hugo theme site.
------------------------------
pulp - cc: @koirand <https://github.com/koirand>
Listed since July 28th
ERROR 2020/07/28 14:39:22 You have configured output formats for 'taxonomy' in your site configuration. In Hugo 0.73.0 we fixed these to be what most people expect (taxonomy and term).
But this also means that your site configuration may not do what you expect. If it is correct, you can suppress this message by following the instructions below.
If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
ignoreErrors = ["error-output-taxonomy"]
Building sites … WARN 2020/07/28 14:39:22 Markup type mmark is deprecated and will be removed in a future release. See https://gohugo.io//content-management/formats/#list-of-content-formats
------------------------------
academia-hugo - cc: @themefisher <https://github.com/themefisher>
Listed since July 28th
Reason: the build script for www.themes.gohugo.io expects an example
config file in exampleSite.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#867>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALGLJIJ6VNJD227X2MBQITR6KQIJANCNFSM4N4JG4XQ>
.
|
Thanks for the notification, I've fixed the broken theme. |
@digitalcraftsman |
Thank you Radek 👍 |
@digitalcraftsman unable to reproduce the issue on hugo-ink locally with
|
That's because the error only occurs with the default content for demos privided by https://github.com/gohugoio/hugoBasicExample. The ambiguity occured (here) because one of the default content files was tagged and categorized with I've removed the corresponding tag such that this ambiguity doesn't occur with https://github.com/gohugoio/hugoBasicExample. But be aware that this isn't fixing future instances (e.g. of your theme's users) in which such an ambiguity can't be resolved by Hugo. Nonetheless, the demo runs fine now and I'll remove your theme from the list above. |
Hi @digitalcraftsman, paperesque should be fixed as of this commit: capnfabs/paperesque@d586157 Thanks for the notification and please let me know if there are any additional issues. |
Thanks for you fix. In your theme repository I see a mainline and master branch. Your linked commit is present on the mainline branch, whereas the Hugo theme site uses the master branch as source for your theme's demo. Which of them should be used for the demo? |
@digitalcraftsman The mainline branch is correct; I've since deleted the master branch to make it clearer. Note also that the mainline branch is the default on the repo, which might mean it works without changes? At least, the following works on my machine without changes to the hugoThemes repo:
Sorry for not being clear about this initially and thanks for your support! |
Changing the source branch for the theme demo isn't that difficult. Depending on your answer I had to make this change or not. Nonetheless, your theme has been updated and the demo is running again. I'll remove your theme from the first comment of this thread in a minute. |
@digitalcraftsman Thanks for the notification and sorry for the delay. |
Thank you fixing the issue. Your theme has been updated and the demo is working again. I'll remove your theme from the first comment of this thread in a minute. |
https://github.com/4ever9/less |
Hi @4ever9, the demos on www.themes.gohugo.io are build with the "basic" version of Hugo (on purpose), thus stylesheets, JS files etc. would have to be prebuild and pushed to a theme's Git repository. The workaround for cases, where a theme's couldn't be hosted on www.themes.gohugo.io (e.g. special theme requirements/dependencies), theme authors self-hosted the theme demo. Usually, they would link the demo using the homepage variable in theme.toml or add a link at the top of their theme's README. The themes are still listed on www.themes.gohugo.io though! The docsy theme is such a case. Even if you decide aginst self-hosting, your theme would still be listed on www.themes.gohugo.io, just with the demo (button) disabled. |
This issue is meant for author notification and not discussion.
The following themes broke for various reasons and need to be fixed or will be removed. Theme authors should know how to fix their themes based on the errors logs below.
If theme authors do not know how to fix their themes then they should ask at the dedicated Hugo Support Forum: https://discourse.gohugo.io/
When a fix is issued then authors should ping me in the corresponding commit with @digitalcraftsman or respond to this thread, so that I get notified. Themes will be updated automatically every three days.
The text was updated successfully, but these errors were encountered: