mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +00:00
Gabriel Arazas
07683e2147
This should also fix the missing text for the theme switch button since i18n files are not matching apparently.
18 lines
306 B
TOML
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$" ]
|