From: xangelo Date: Thu, 31 Dec 2020 03:38:12 +0000 (-0500) Subject: update config X-Git-Url: https://git.xangelo.ca/?p=xangelo.ca.git;a=commitdiff_plain;h=86da7872e40d0a405fc779c6a17d279cb0229964 update config --- diff --git a/config.toml b/config.toml index 1f7b9a9..42e16e7 100644 --- a/config.toml +++ b/config.toml @@ -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