diff options
author | amzrk2 | 2020-04-14 11:01:40 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 11:01:40 +0800 |
commit | b2343edc52c1d6dc9b07accba756a08aba5e4e4f (patch) | |
tree | 85a8ef304415f351104bd4e1f1200c5e5025f17a /exampleSite/config.toml | |
parent | f5be5e6cbed53afdc2e6ea73d3da9d5bb0057bec (diff) | |
download | hugo-theme-fuji-b2343edc52c1d6dc9b07accba756a08aba5e4e4f.tar.gz hugo-theme-fuji-b2343edc52c1d6dc9b07accba756a08aba5e4e4f.tar.bz2 hugo-theme-fuji-b2343edc52c1d6dc9b07accba756a08aba5e4e4f.zip |
utterances support
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9d0f65c..6dc23e1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,6 +18,13 @@ paginate = 10 # Bangumi image chart id # bgmImageChart = "000000" + # Comments + # utterances, see: https://utteranc.es/ + cdnUtterancesJS = "https://utteranc.es/client.js" + utterancesRepo = "[ENTER REPO HERE]" + utterancesIssueTerm = "pathname" + utterancesTheme = "github-light" + # Custom lazyload thumbnail cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" # Custom css & js CDN |