[Modified] Comment Provider Added
This commit is contained in:
21
_config.yml
21
_config.yml
@@ -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"
|
||||
Reference in New Issue
Block a user