Files
davideisinger.com/config.toml
David Eisinger b5f1b494c6 Better auto-IDs
2023-12-05 14:59:04 -05:00

19 lines
366 B
TOML

baseURL = 'https://davideisinger.com/'
languageCode = 'en-us'
title = 'David Eisinger'
theme = 'v2'
enableGitInfo = true
[permalinks]
pages = '/:title'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'nord'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'blackfriday'