nixos-config/docs/website/config/_default/config.toml
Gabriel Arazas c2da083e5f
docs: restructure folder
Similar to wrapper-manager subproject, we're just preparing to make this
multi-output for our project's documentation.
2024-09-04 19:13:39 +08:00

14 lines
223 B
TOML

baseURL = 'https://foo-dogsquared.github.io/nixos-config'
defaultContentLanguage = 'en'
title = "foodogsquared's NixOS config"
timeZone = "UTC"
[params]
toc = true
[security.exec]
allow = [
"^go$",
"^asciidoctor$",
]