diff --git a/exampleSite/config.toml b/exampleSite/config.toml index caed47eeed..e653c3fe59 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -201,9 +201,11 @@ disableHugoGeneratorInject = true themeVariant = [ "auto", "relearn-bright", "relearn-light", "relearn-dark", "learn", "neon", "blue", "green", "red" ] themeVariantAuto = [ "relearn-light", "relearn-dark" ] disableSeoHiddenPages = true + # this is to index search for your native language in other languages, too (eg. + # pir in this showcase) + additionalContentLanguage = [ "en" ] # this is for the stylesheet generator to allow for interactivity in Mermaid # graphs; you usually will not need it and you should remove this for # security reasons mermaidInitialize = "{ \"securityLevel\": \"loose\" }" mermaidZoom = true - additionalContentLanguage = [ "en" ]