You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I try this new version bilberry-hugo-theme-4.10.0 the I saw the DefaultContentLanguage does not work well. It alwayes redirect to EN language
Another css bug
The text was updated successfully, but these errors were encountered:
I have a similar issue (with v4 as git submodule), relevant parts from hugo.toml:
#theme = "bilberry-hugo-theme"
[module]
[[module.imports]]#imported to use as submodule
path = "bilberry-hugo-theme/v4"
# Change to one of your content languages defined at the end.
defaultContentLanguage = "de"
[...]
# customize your available languages for your multi-lingual site
# or delete one of the [Languages.xx] blocks to use the theme with only one supported language
[languages]
# fails when removing en
[languages.en]
weight = 1
[languages.de]
weight = 1
#title = "Mein cooler neuer Blog"
#subtitle = "Hallo Welt! Dies ist der epischste Untertitel aller Zeiten."
When remoing languages.en (as suggested in the comment) hugo fails with Failed to reload config: failed to create config from result: failed to decode "languages": config value "en" for defaultContentLanguage does not match any language definition
Hello, when I try this new version bilberry-hugo-theme-4.10.0 the I saw the DefaultContentLanguage does not work well. It alwayes redirect to EN language
Another css bug
The text was updated successfully, but these errors were encountered: