build gemini variants
[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 - 2020"
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 [params.utterances]
15 repo = "AngeloR/angelor.github.io"
16 issue_term="pathname"
17 label="comment"
18 theme="preferred-color-scheme"
19
20
21 [markup]
22 [markup.highlight]
23 lineNos = true
24 lineNumbersInTable = true
25 style = "monokai"
26 tabWidth = 2
27 [markup.tableOfContents]
28     endLevel = 3
29     ordered = true
30     startLevel = 2
31
32 [mediaTypes]
33   [mediaTypes."text/gemini"]
34     suffixes = ["gmi"]
35
36 [outputFormats]
37 [outputFormats.Gemini]
38 name = "GEMINI"
39 mediaType = "text/gemini"
40 isPlainText = true
41 isHTML = false
42 protocol = "gemini://"
43 permalinkable = true
44 path = "gemini/"
45
46 [outputs]
47 home = ["HTML", "RSS", "GEMINI"]
48 page = ["HTML", "GEMINI"]