X-Git-Url: https://git.xangelo.ca/?p=xangelo.ca.git;a=blobdiff_plain;f=config.toml;fp=config.toml;h=42e16e71543041fcb553f62464bf493af002932e;hp=1f7b9a92d6a20f9b4fb974685348ea5f9553c385;hb=86da7872e40d0a405fc779c6a17d279cb0229964;hpb=c1a7b1b5f96f00ba1b86bb106b882a2e3e06f261 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