Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-07-09 10:31:47 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-07-09 10:31:47 +0300
commit69a9416fe7ee092a07c2b8c0ece7b6d21c9550c4 (patch)
treeabef544299ef9734b47853cd8f58230a95a08c0e /exampleSite
parentc5fd5b9116970dd48c585064adf75211cd5f9406 (diff)
feat: support utterances comment (#74)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b3c8210..d556a92 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -113,6 +113,11 @@ defaultContentLanguage = "en" # Default language to use
gitmentJS = '<script src="https://cdn.jsdelivr.net/npm/gitment@0.0.3/dist/gitment.browser.min.js" crossorigin="anonymous"></script>'
gitmentCSS = '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitment@0.0.3/style/default.min.css" crossorigin="anonymous">'
+ [params.utteranc] # utteranc is a comment system based on GitHub issues. see https://utteranc.es
+ enable = false
+ repo = "xianmin/comments-for-hugo-theme-jane" # The repo to store comments
+ issueTerm = "pathname"
+
[params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
owner = "" # Your GitHub ID
repo = "" # The repo to store comments