mirror of
https://gitlab.com/game-loader/hugo.git
synced 2025-04-20 05:52:07 +08:00
add comment
This commit is contained in:
parent
59598a8113
commit
29f289ad8a
10
config.toml
10
config.toml
@ -764,7 +764,7 @@ enableEmoji = true
|
||||
# Comment config
|
||||
# 评论系统设置
|
||||
[params.page.comment]
|
||||
enable = false
|
||||
enable = true
|
||||
# Artalk comment config (https://artalk.js.org/) since v0.2.13
|
||||
# Artalk 评论系统设置 (https://artalk.js.org/) since v0.2.13
|
||||
[params.page.comment.artalk]
|
||||
@ -826,14 +826,14 @@ enableEmoji = true
|
||||
# Waline comment config (https://waline.js.org) since v0.2.13
|
||||
# Waline 评论系统设置 (https://waline.js.org) since v0.2.13
|
||||
[params.page.comment.waline]
|
||||
enable = false
|
||||
serverURL = ""
|
||||
visitor = false
|
||||
enable = true
|
||||
serverURL = "https://waline-2gsn147v32a16d41-1306082552.ap-shanghai.app.tcloudbase.com/waline"
|
||||
visitor = true
|
||||
emoji = ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo']
|
||||
meta = ['nick', 'mail', 'link']
|
||||
requiredMeta = []
|
||||
login = 'enable'
|
||||
wordLimit = 0
|
||||
wordLimit = 500
|
||||
pageSize = 10
|
||||
uploadImage = false
|
||||
highlight = true
|
||||
|
Loading…
Reference in New Issue
Block a user