nix-module-wrapper-manager-fds/docs/website/config/_default/config.toml
Gabriel Arazas d02ed82414
docs/website: update base URL settings
To set certain assets right such as the SVG icons.
2024-11-12 16:28:19 +08:00

25 lines
398 B
TOML

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