feat(comment): add support for Comentario (#1088)
* Add support for comentario. * feat: add Comentario client configuration options in TOML * fix: format theme attribute in comentario comments component --------- Co-authored-by: Jimmy Cai <jimmy@cai.im>
This commit is contained in:
@@ -161,4 +161,16 @@ SortBy = "default"
|
||||
|
||||
[comments.cusdis]
|
||||
host = "https://cusdis.com"
|
||||
id = ""
|
||||
id = ""
|
||||
|
||||
# Comentario client configuration
|
||||
[comments.comentario]
|
||||
url = ""
|
||||
autoInit = false
|
||||
autoNonInteractiveSso = false
|
||||
cssOverride = ""
|
||||
lang = ""
|
||||
liveUpdate = false
|
||||
maxLevel = 0
|
||||
noFonts = false
|
||||
theme = ""
|
||||
Reference in New Issue
Block a user