add rss icons
[xangelo.ca.git] / config.toml
1 title = "Xangelo.ca"
2 author = "Angelo R"
3 copyright = "Copyright © 2011 - 2022"
4 paginate = 15
5 baseURL = "https://xangelo.ca"
6 theme = "brutalist-minimalist"
7 languageCode = "en-us"
8 relativeURLs = true
9 enableInlineShortcodes = true
10 footnoteReturnLinkContents = "^"
11 rssLimit = 15
12
13 [menu]
14 [[menu.main]]
15 name = 'About'
16 pageRef = '/about'
17 [[menu.main]]
18 name = 'Linkblog'
19 pageRef = '/linkblog'
20 [[menu.main]]
21 name = 'Categories'
22 pageRef = '/categories'
23
24 [params]
25 subtitle = "Technical musings and other tidbits"
26 siteBaseName = "Xangelo.ca"
27 bloglistLength = 10
28
29 [markup]
30 [markup.goldmark]
31 [markup.goldmark.renderer]
32 unsafe = true
33
34 [markup.highlight]
35 lineNos = true
36 lineNumbersInTable = true
37 style = "monokai"
38 tabWidth = 2
39 [markup.tableOfContents]
40     endLevel = 3
41     ordered = true
42     startLevel = 2
43
44 [mediaTypes]
45   [mediaTypes."text/gemini"]
46     suffixes = ["gmi"]
47
48 [outputFormats]
49 [outputFormats.Gemini]
50 name = "GEMINI"
51 mediaType = "text/gemini"
52 isPlainText = true
53 isHTML = false
54 protocol = "gemini://"
55 permalinkable = true
56 path = "gemini/"
57
58 [outputs]
59 home = ["HTML", "RSS", "GEMINI"]
60 page = ["HTML", "GEMINI"]