include full-content rss feed
[xangelo.ca.git] / config.toml
index 1f7b9a92d6a20f9b4fb974685348ea5f9553c385..feae0879087a3ce705c77e4887f9417636acccd1 100644 (file)
@@ -1,12 +1,13 @@
-baseURL = "http://example.org/"
-theme = "simple-style"
+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
 footnoteReturnLinkContents = "^"
+rssLimit = 15
 
 [params]
 subtitle = "Technical musings and other tidbits"
@@ -15,7 +16,27 @@ subtitle = "Technical musings and other tidbits"
 [markup.highlight]
 lineNos = true
 lineNumbersInTable = true
+style = "monokai"
+tabWidth = 2
 [markup.tableOfContents]
     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"]