summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 3a6a07e..c7ecabd 100644
--- a/config.toml
+++ b/config.toml
@@ -9,5 +9,25 @@ noClasses = false
codeFences = true
tabwidth = 8
+[mediaTypes."text/gemini"]
+suffixes = ["gmi"]
+
+[outputFormats.GEMINI]
+name = "GEMINI"
+isPlainText = true
+isHTML = false
+mediaType = "text/gemini"
+protocol = "gemini://"
+permalinkable = true
+
+[outputFormats."GEMINI_RSS"]
+baseName = "feed"
+mediaType = "application/rss+xml"
+isPlainText = false
+
+[outputs]
+home = ["HTML", "RSS", "GEMINI", "GEMINI_RSS"]
+page = ["HTML", "GEMINI", "GEMINI_RSS"]
+
[permalinks]
posts = "/post/:year/:month/:day/:title/"