include full-content rss feed
[xangelo.ca.git] / config.toml
index 42e16e71543041fcb553f62464bf493af002932e..feae0879087a3ce705c77e4887f9417636acccd1 100644 (file)
@@ -2,7 +2,7 @@ baseURL = "https://xangelo.ca"
 theme = "plain"
 title = "Xangelo.ca"
 author = "Angelo R"
-copyright = "Copyright © 2011 - 2020"
+copyright = "Copyright © 2011 - 2022"
 paginate = 15
 languageCode = "en-us"
 enableInlineShortcodes = true
@@ -11,12 +11,6 @@ rssLimit = 15
 
 [params]
 subtitle = "Technical musings and other tidbits"
-[params.utterances]
-repo = "AngeloR/angelor.github.io"
-issue_term="pathname"
-label="comment"
-theme="preferred-color-scheme"
-
 
 [markup]
 [markup.highlight]
@@ -28,3 +22,21 @@ tabWidth = 2
     endLevel = 3
     ordered = true
     startLevel = 2
+
+[mediaTypes]
+  [mediaTypes."text/gemini"]
+    suffixes = ["gmi"]
+
+[outputFormats]
+[outputFormats.Gemini]
+name = "GEMINI"
+mediaType = "text/gemini"
+isPlainText = true
+isHTML = false
+protocol = "gemini://"
+permalinkable = true
+path = "gemini/"
+
+[outputs]
+home = ["HTML", "RSS", "GEMINI"]
+page = ["HTML", "GEMINI"]