toml formatting

This commit is contained in:
David Eisinger
2024-02-12 14:56:28 -05:00
parent 881451e5f3
commit 4012b4dc03
2 changed files with 19 additions and 20 deletions

View File

@@ -12,16 +12,15 @@ timeout = '120s'
[permalinks]
pages = '/:title'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'nord'
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'blackfriday'
[security]
[security.funcs]
getenv = ['DITHER_SERVER']