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

@@ -6,22 +6,21 @@ enableGitInfo = true
timeout = '120s' timeout = '120s'
[params.author] [params.author]
name = 'David Eisinger' name = 'David Eisinger'
email = 'hello@davideisinger.com' email = 'hello@davideisinger.com'
[permalinks] [permalinks]
pages = '/:title' pages = '/:title'
[markup] [markup.highlight]
[markup.goldmark] style = 'nord'
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'nord'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'blackfriday'
[security] [markup.goldmark.renderer]
[security.funcs] unsafe = true
getenv = ['DITHER_SERVER']
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'blackfriday'
[security.funcs]
getenv = ['DITHER_SERVER']

View File

@@ -11,11 +11,11 @@ features = []
min_version = "0.41.0" min_version = "0.41.0"
[author] [author]
name = "" name = ""
homepage = "" homepage = ""
# If porting an existing theme # If porting an existing theme
[original] [original]
name = "" name = ""
homepage = "" homepage = ""
repo = "" repo = ""