nix-module-wrapper-manager-fds/docs/config/_default/config.toml

18 lines
309 B
TOML
Raw Normal View History

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