Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Verkhoturov <paskal.07@gmail.com>2022-04-18 02:57:49 +0300
committerDmitry Verkhoturov <paskal.07@gmail.com>2022-04-18 03:32:57 +0300
commit3288dbaeda3b40fe831a814c8403a5eee54a8729 (patch)
treef95a4e2b1f99af74355974f420646e45288196aa /exampleSite
parentef8a12657b0700f9acd693894597d50746365ed8 (diff)
add Remark42 support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/full-config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml
index 7d19c2a..47a1c03 100644
--- a/exampleSite/full-config.toml
+++ b/exampleSite/full-config.toml
@@ -123,6 +123,13 @@ defaultContentLanguage = "en" # Default language to use
# add custom info on the footer. # 添加备案信息
# customFooter = "京ICP备10000000号-1"
+ # Remark42 is self-hosted privacy-focused comment system, https://remark42.com
+ remark42Url = "https://remark42.example.com"
+ remark42SiteId = "remark"
+
+ [params.commentCount.remark42] # enable "comment count" feature for remark42, requires moreMeta param to be enabled as well
+ enable = true
+
[params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义
enable = false
jquery = '<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>'