update config
authorxangelo <xangelo@gmail.com>
Thu, 31 Dec 2020 03:38:12 +0000 (22:38 -0500)
committerxangelo <xangelo@gmail.com>
Thu, 31 Dec 2020 03:38:12 +0000 (22:38 -0500)
config.toml

index 1f7b9a92d6a20f9b4fb974685348ea5f9553c385..42e16e71543041fcb553f62464bf493af002932e 100644 (file)
@@ -1,5 +1,5 @@
-baseURL = "http://example.org/"
-theme = "simple-style"
+baseURL = "https://xangelo.ca"
+theme = "plain"
 title = "Xangelo.ca"
 author = "Angelo R"
 copyright = "Copyright © 2011 - 2020"
@@ -7,14 +7,23 @@ paginate = 15
 languageCode = "en-us"
 enableInlineShortcodes = true
 footnoteReturnLinkContents = "^"
+rssLimit = 15
 
 [params]
 subtitle = "Technical musings and other tidbits"
+[params.utterances]
+repo = "AngeloR/angelor.github.io"
+issue_term="pathname"
+label="comment"
+theme="preferred-color-scheme"
+
 
 [markup]
 [markup.highlight]
 lineNos = true
 lineNumbersInTable = true
+style = "monokai"
+tabWidth = 2
 [markup.tableOfContents]
     endLevel = 3
     ordered = true