nix-module-wrapper-manager-fds/docs/config/_default/config.toml
Gabriel Arazas 07683e2147 wrapper-manager-fds/docs: update default language settings
This should also fix the missing text for the theme switch button since
i18n files are not matching apparently.
2024-07-21 11:59:02 +08:00

18 lines
306 B
TOML

baseURL = 'https://foo-dogsquared.github.io/wrapper-manager-fds'
defaultContentLanguage = 'en'
title = "wrapper-manager-fds"
timeZone = "UTC"
[params]
toc = true
[security.exec]
allow = [
"^go$",
"^asciidoctor$",
]
osEnv = [ '^LAST_COMMIT_DATE$' ]
[security.funcs]
getenv = [ "^LAST_COMMIT_DATE$" ]