From b2343edc52c1d6dc9b07accba756a08aba5e4e4f Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 14 Apr 2020 11:01:40 +0800 Subject: utterances support --- exampleSite/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'exampleSite') 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 -- cgit v1.2.3