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