summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-04-15 15:17:09 +0800
committeramzrk22020-04-15 15:17:09 +0800
commit6c176d20643de268faa432adfa3e95b2b8217cb0 (patch)
tree11dee4f41d20a6772c699e4d5114444ed3eba32c /exampleSite
parentbea7bfd6db9de06e5e117d31f60de6b69960db6d (diff)
downloadhugo-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.toml12
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"