artalk
This commit is contained in:
parent
0e62281fa7
commit
fce009c7e6
|
@ -219,8 +219,8 @@ local_search:
|
|||
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/comment.html
|
||||
# ---------------------------------------------------------------------------------------
|
||||
comment:
|
||||
enable: false # Option values: true | false
|
||||
use: valine # Option values: valine | gitalk | twikoo | waline
|
||||
enable: true # Option values: true | false
|
||||
use: artalk # Option values: valine | gitalk | twikoo | waline | artalk
|
||||
|
||||
# Valine
|
||||
# See: https://github.com/xCss/Valine
|
||||
|
@ -257,7 +257,9 @@ comment:
|
|||
server_url: # Server URL
|
||||
reaction: false # Article reactions, Option values: true | false
|
||||
version: 2 # Waline version, default use v2
|
||||
|
||||
artalk:
|
||||
server: "https://artalk.lianglianglee.com"
|
||||
site: "博客"
|
||||
# ---------------------------------------------------------------------------------------
|
||||
# RSS
|
||||
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/rss.html
|
||||
|
@ -294,7 +296,7 @@ pjax:
|
|||
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/footer.html
|
||||
# ---------------------------------------------------------------------------------------
|
||||
footer:
|
||||
since: 2023 # The starting year of your website, Can be null
|
||||
since: 2024 # The starting year of your website, Can be null
|
||||
icp: # ICP record number of your website, Can be null
|
||||
site_deploy:
|
||||
enable: false # Option values: true | false
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit afee0b2ba54730328d1a972d4ab13e9af61f3ce8
|
||||
Subproject commit cdae70aa58f3aff245c4dbdd58790d5812380c94
|
Loading…
Reference in New Issue