update config
[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