diff options
author | amzrk2 | 2020-04-15 15:17:09 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-15 15:17:09 +0800 |
commit | 6c176d20643de268faa432adfa3e95b2b8217cb0 (patch) | |
tree | 11dee4f41d20a6772c699e4d5114444ed3eba32c /exampleSite | |
parent | bea7bfd6db9de06e5e117d31f60de6b69960db6d (diff) | |
download | hugo-theme-fuji-6c176d20643de268faa432adfa3e95b2b8217cb0.tar.gz hugo-theme-fuji-6c176d20643de268faa432adfa3e95b2b8217cb0.tar.bz2 hugo-theme-fuji-6c176d20643de268faa432adfa3e95b2b8217cb0.zip |
Add utterances loading indicator
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b6d882f..9e7c4d5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -30,13 +30,15 @@ paginate = 10 # Comments # utterances, see: https://utteranc.es/ - # cdnUtterancesJS = "https://utteranc.es/client.js" - # utterancesRepo = "[ENTER REPO HERE]" - # utterancesIssueTerm = "pathname" - # utterancesTheme = "github-light" + utterancesComment = false + cdnUtterancesJS = "https://utteranc.es/client.js" + utterancesRepo = "[ENTER REPO HERE]" + utterancesIssueTerm = "pathname" + utterancesTheme = "github-light" # Disqus, see: https://disqus.com/admin/install/platforms/universalcode/ - # disqusShortname = "[ENTER YOUR DISQUS SHORTNAME HERE]" + disqusComment = false + disqusShortname = "[ENTER YOUR DISQUS SHORTNAME HERE]" # Custom lazyload thumbnail cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" |