diff options
author | amzrk2 | 2020-04-15 13:29:44 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-15 13:29:44 +0800 |
commit | a8f47568568dee333081a2d204fad41fd81cda93 (patch) | |
tree | 48aa6ae0720ee21a8cbc42d7f3d83fec206c40e9 /exampleSite | |
parent | 10b5414837fc272b73922e01d2fe24ddd5080293 (diff) | |
download | hugo-theme-fuji-a8f47568568dee333081a2d204fad41fd81cda93.tar.gz hugo-theme-fuji-a8f47568568dee333081a2d204fad41fd81cda93.tar.bz2 hugo-theme-fuji-a8f47568568dee333081a2d204fad41fd81cda93.zip |
Disqus support
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 62fceb9..b6d882f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -35,6 +35,9 @@ paginate = 10 # utterancesIssueTerm = "pathname" # utterancesTheme = "github-light" + # Disqus, see: https://disqus.com/admin/install/platforms/universalcode/ + # disqusShortname = "[ENTER YOUR DISQUS SHORTNAME HERE]" + # Custom lazyload thumbnail cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" # Custom css & js CDN |