Files
davideisinger.com/config.toml
2024-01-12 10:09:56 -05:00

23 lines
438 B
TOML

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