플러그인
댓글 플러그인
Giscus (추천)
GitHub Discussions 기반. 무료, 광고 없음, 오픈소스.
createCommentsPlugin({
provider: "giscus",
config: {
repo: "owner/repo",
repoId: "R_xxx",
category: "Announcements",
categoryId: "DIC_xxx",
},
})
repoId와 categoryId는 giscus.app에서 설정하세요.
Utterances
GitHub Issues 기반.
createCommentsPlugin({
provider: "utterances",
config: {
repo: "owner/repo",
issueTerm: "pathname",
theme: "github-light",
},
})
Disqus
createCommentsPlugin({
provider: "disqus",
config: {
shortname: "your-disqus-shortname",
},
})