mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +00:00
[docs] clarify config.toml
This commit is contained in:
parent
cf589941a0
commit
5bcdcda59f
1 changed files with 3 additions and 1 deletions
|
@ -201,9 +201,11 @@ disableHugoGeneratorInject = true
|
||||||
themeVariant = [ "auto", "relearn-bright", "relearn-light", "relearn-dark", "learn", "neon", "blue", "green", "red" ]
|
themeVariant = [ "auto", "relearn-bright", "relearn-light", "relearn-dark", "learn", "neon", "blue", "green", "red" ]
|
||||||
themeVariantAuto = [ "relearn-light", "relearn-dark" ]
|
themeVariantAuto = [ "relearn-light", "relearn-dark" ]
|
||||||
disableSeoHiddenPages = true
|
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
|
# 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
|
# graphs; you usually will not need it and you should remove this for
|
||||||
# security reasons
|
# security reasons
|
||||||
mermaidInitialize = "{ \"securityLevel\": \"loose\" }"
|
mermaidInitialize = "{ \"securityLevel\": \"loose\" }"
|
||||||
mermaidZoom = true
|
mermaidZoom = true
|
||||||
additionalContentLanguage = [ "en" ]
|
|
||||||
|
|
Loading…
Reference in a new issue