add artalk
This commit is contained in:
1
assets/lib/artalk/Artalk.css
Normal file
1
assets/lib/artalk/Artalk.css
Normal file
File diff suppressed because one or more lines are too long
1
assets/lib/artalk/Artalk.js
Normal file
1
assets/lib/artalk/Artalk.js
Normal file
File diff suppressed because one or more lines are too long
12
hugo.toml
12
hugo.toml
@@ -187,7 +187,7 @@ defaultContentLanguageInSubdir = true
|
|||||||
# -------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "weekly"
|
changefreq = "always"
|
||||||
filename = "sitemap.xml"
|
filename = "sitemap.xml"
|
||||||
priority = 0.5
|
priority = 0.5
|
||||||
|
|
||||||
@@ -805,19 +805,19 @@ defaultContentLanguageInSubdir = true
|
|||||||
Mix = false
|
Mix = false
|
||||||
# FixIt 0.2.15 | CHANGED Comment config
|
# FixIt 0.2.15 | CHANGED Comment config
|
||||||
[params.page.comment]
|
[params.page.comment]
|
||||||
enable = false
|
enable = true
|
||||||
# FixIt 0.2.13 | NEW Artalk comment config (https://artalk.js.org/)
|
# FixIt 0.2.13 | NEW Artalk comment config (https://artalk.js.org/)
|
||||||
[params.page.comment.artalk]
|
[params.page.comment.artalk]
|
||||||
enable = false
|
enable = true
|
||||||
server = "https://yourdomain"
|
server = "https://artalk.jamesflare.com/api/"
|
||||||
site = "默认站点"
|
site = "FlareBlog"
|
||||||
placeholder = ""
|
placeholder = ""
|
||||||
noComment = ""
|
noComment = ""
|
||||||
sendBtn = ""
|
sendBtn = ""
|
||||||
editorTravel = true
|
editorTravel = true
|
||||||
flatMode = "auto"
|
flatMode = "auto"
|
||||||
# FixIt 0.2.17 | CHANGED enable lightgallery support
|
# FixIt 0.2.17 | CHANGED enable lightgallery support
|
||||||
lightgallery = false
|
lightgallery = true
|
||||||
locale = "" # FixIt 0.2.15 | NEW
|
locale = "" # FixIt 0.2.15 | NEW
|
||||||
# FixIt 0.2.18 | NEW
|
# FixIt 0.2.18 | NEW
|
||||||
emoticons = ""
|
emoticons = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user