X-Git-Url: https://git.xangelo.ca/?p=xangelo.ca.git;a=blobdiff_plain;f=config.toml;h=e5fbde2312d0f81da0580915518892ba497c833d;hp=f73e1666d9674978f27a5736f9306aa082522461;hb=88c61cd88bd2228dc7f2e46871f5e5ea6e2fcfdc;hpb=ccac8e183c79754319f78a77242666114e8115ed diff --git a/config.toml b/config.toml index f73e166..e5fbde2 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,15 +7,42 @@ 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 - startLevel = 2 \ No newline at end of file + startLevel = 2 + +[mediaTypes] + [mediaTypes."text/gemini"] + suffixes = ["gmi"] + +[outputFormats] +[outputFormats.Gemini] +name = "GEMINI" +mediaType = "text/gemini" +isPlainText = true +isHTML = false +protocol = "gemini://" +permalinkable = true +path = "gemini/" + +[outputs] +home = ["HTML", "RSS", "GEMINI"] +page = ["HTML", "GEMINI"]