Start gemini output

This commit is contained in:
David Eisinger
2025-02-15 01:04:11 -05:00
parent c6e95046e3
commit 034d3e30d1
4 changed files with 30 additions and 1 deletions

View File

@@ -27,3 +27,18 @@ 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"]