include full-content rss feed
[xangelo.ca.git] / config.toml
1 baseURL = "https://xangelo.ca"
2 theme = "plain"
3 title = "Xangelo.ca"
4 author = "Angelo R"
5 copyright = "Copyright © 2011 - 2022"
6 paginate = 15
7 languageCode = "en-us"
8 enableInlineShortcodes = true
9 footnoteReturnLinkContents = "^"
10 rssLimit = 15
11
12 [params]
13 subtitle = "Technical musings and other tidbits"
14
15 [markup]
16 [markup.highlight]
17 lineNos = true
18 lineNumbersInTable = true
19 style = "monokai"
20 tabWidth = 2
21 [markup.tableOfContents]
22     endLevel = 3
23     ordered = true
24     startLevel = 2
25
26 [mediaTypes]
27   [mediaTypes."text/gemini"]
28     suffixes = ["gmi"]
29
30 [outputFormats]
31 [outputFormats.Gemini]
32 name = "GEMINI"
33 mediaType = "text/gemini"
34 isPlainText = true
35 isHTML = false
36 protocol = "gemini://"
37 permalinkable = true
38 path = "gemini/"
39
40 [outputs]
41 home = ["HTML", "RSS", "GEMINI"]
42 page = ["HTML", "GEMINI"]