Start gemini output
This commit is contained in:
15
config.toml
15
config.toml
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user