initial conversion to hugo!
[xangelo.ca.git] / config.toml
1 baseURL = "http://example.org/"
2 theme = "simple-style"
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
11 [params]
12 subtitle = "Technical musings and other tidbits"
13
14 [markup]
15 [markup.highlight]
16 lineNos = true
17 lineNumbersInTable = true
18 [markup.tableOfContents]
19     endLevel = 3
20     ordered = true
21     startLevel = 2