diff options
| author | 被欺负的大白 <bwangel.me@gmail.com> | 2019-05-25 22:31:59 +0800 | 
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-05-25 22:31:59 +0800 | 
| commit | ceba71f0d5c0dd35b5a1effdc0dcc2ee8634917f (patch) | |
| tree | b81436c6239ed14affe6b7a438d84c5be15ad3d5 /exampleSite | |
| parent | d8a7dab116ee3b63155454bacda87538bbd6351d (diff) | |
feat(comment): add utterances support (#156)
Closes #117 
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c80e809..ae99823 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -136,6 +136,10 @@ copyright = ""            # default: author.name ↓        # 默认为下面配      clientId = ""           # Your client ID      clientSecret = ""       # Your client secret +  [params.utterances]       # https://utteranc.es/ +    owner = ""              # Your GitHub ID +    repo = ""               # The repo to store comments +    [params.gitalk]           # Gitalk is a comment system based on GitHub issues. see https://github.com/gitalk/gitalk      owner = ""              # Your GitHub ID      repo = ""               # The repo to store comments | 
