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
|
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/comment.html
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
comment:
|
comment:
|
||||||
enable: false # Option values: true | false
|
enable: true # Option values: true | false
|
||||||
use: valine # Option values: valine | gitalk | twikoo | waline
|
use: artalk # Option values: valine | gitalk | twikoo | waline | artalk
|
||||||
|
|
||||||
# Valine
|
# Valine
|
||||||
# See: https://github.com/xCss/Valine
|
# See: https://github.com/xCss/Valine
|
||||||
|
@ -257,7 +257,9 @@ comment:
|
||||||
server_url: # Server URL
|
server_url: # Server URL
|
||||||
reaction: false # Article reactions, Option values: true | false
|
reaction: false # Article reactions, Option values: true | false
|
||||||
version: 2 # Waline version, default use v2
|
version: 2 # Waline version, default use v2
|
||||||
|
artalk:
|
||||||
|
server: "https://artalk.lianglianglee.com"
|
||||||
|
site: "博客"
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
# RSS
|
# RSS
|
||||||
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/rss.html
|
# 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
|
# Docs: https://keep-docs.xpoet.cn/tutorial/configuration-guide/footer.html
|
||||||
# ---------------------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------------------
|
||||||
footer:
|
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
|
icp: # ICP record number of your website, Can be null
|
||||||
site_deploy:
|
site_deploy:
|
||||||
enable: false # Option values: true | false
|
enable: false # Option values: true | false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit afee0b2ba54730328d1a972d4ab13e9af61f3ce8
|
Subproject commit cdae70aa58f3aff245c4dbdd58790d5812380c94
|
Loading…
Reference in New Issue