Files
davideisinger.com/config.toml
2025-02-16 00:53:06 -05:00

45 lines
736 B
TOML

baseURL = 'https://davideisinger.com/'
languageCode = 'en-us'
title = 'David Eisinger'
theme = 'v2'
enableGitInfo = true
timeout = '120s'
[params.author]
name = 'David Eisinger'
email = 'hello@davideisinger.com'
[permalinks]
pages = '/:title'
[services.rss]
limit = 10
[markup.highlight]
style = 'nord'
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'blackfriday'
[security.funcs]
getenv = ['DITHER_SERVER']
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
[outputFormats.GEMINI]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
[outputs]
home = ["HTML", "RSS", "GEMINI"]
page = ["HTML", "GEMINI"]