Skip to content

Commit 28028a4

Browse files
committed
add feature: comments
1 parent ea085ac commit 28028a4

File tree

1 file changed

+9
-58
lines changed

1 file changed

+9
-58
lines changed

config/_default/params.toml

+9-58
Original file line numberDiff line numberDiff line change
@@ -62,64 +62,15 @@ enabled = true
6262

6363
## Comments
6464
[comments]
65-
enabled = false
66-
provider = "disqus"
67-
[comments.disqusjs]
68-
shortname = ""
69-
apiUrl = ""
70-
apiKey = ""
71-
admin = ""
72-
adminLabel = ""
73-
[comments.utterances]
74-
repo = ""
75-
issueTerm = "pathname"
76-
label = ""
77-
[comments.remark42]
78-
host = ""
79-
site = ""
80-
locale = ""
81-
[comments.vssue]
82-
platform = ""
83-
owner = ""
84-
repo = ""
85-
clientId = ""
86-
clientSecret = ""
87-
autoCreateIssue = false
88-
[comments.waline]
89-
serverURL = ""
90-
lang = ""
91-
visitor = ""
92-
avatar = ""
93-
emoji = ["https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo"]
94-
requiredMeta = ["name", "email", "url"]
95-
placeholder = ""
96-
[comments.waline.locale]
97-
admin = "Admin"
98-
[comments.twikoo]
99-
envId = ""
100-
region = ""
101-
path = ""
102-
lang = ""
103-
[comments.cactus]
104-
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
105-
serverName = "cactus.chat"
106-
siteName = ""
65+
enabled = true
66+
provider = "giscus"
10767
[comments.giscus]
108-
repo = ""
109-
repoID = ""
110-
category = ""
111-
categoryID = ""
112-
mapping = ""
113-
lightTheme = ""
114-
darkTheme = ""
68+
repo = "proxyerium/proxyerium.github.io"
69+
repoID = "R_kgDOKZBzLw"
70+
category = "General"
71+
categoryID = "DIC_kwDOKZBzL84CdRUX"
72+
mapping = "pathname"
73+
lightTheme = "light"
74+
darkTheme = "noborder_gray"
11575
reactionsEnabled = 1
11676
emitMetadata = 0
117-
[comments.gitalk]
118-
owner = ""
119-
admin = ""
120-
repo = ""
121-
clientID = ""
122-
clientSecret = ""
123-
[comments.cusdis]
124-
host = ""
125-
id = ""

0 commit comments

Comments
 (0)