From 86da7872e40d0a405fc779c6a17d279cb0229964 Mon Sep 17 00:00:00 2001 From: xangelo Date: Wed, 30 Dec 2020 22:38:12 -0500 Subject: [PATCH] update config --- config.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 2.25.1