[Modified] Comment Provider Added

This commit is contained in:
kananinirav
2022-12-01 23:26:51 +09:00
parent 26ea575c24
commit daafabc15a
2 changed files with 35 additions and 1 deletions

View File

@@ -6,4 +6,23 @@ show_downloads: false
github:
repository_url: '/index.html'
owner_url: "https://kananinirav.com"
owner_url: "https://kananinirav.com"
# Set which comment system to use
comments:
# 'disqus' / 'giscus' / 'utterances' are available
provider: giscus
# You must install giscus github app before use.(https://github.com/apps/giscus)
# Make sure all variables are set properly. Check below link for detail.
# https://giscus.vercel.app/
giscus:
repo: "kananinirav/AWS-Certified-Cloud-Practitioner-Notes"
repo-id: "R_kgDOHx8vjA"
category: "Comments"
category-id: "DIC_kwDOHx8vjM4CS2vu"
mapping: "pathname"
data-strict: "1"
reaction-enabled: "1"
theme: "light"
crossorigin: "anonymous"