toml formatting
This commit is contained in:
29
config.toml
29
config.toml
@@ -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']
|
||||||
|
|||||||
@@ -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 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user