add giscus support (#888)
This commit is contained in:
parent
757044f6ef
commit
b44c048cba
5 changed files with 36 additions and 2 deletions
16
_config.yml
16
_config.yml
|
@ -184,6 +184,22 @@ footer-hover-col: "#0085A1"
|
|||
# siteKey : # You need to apply for a site key on Google
|
||||
# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret>
|
||||
|
||||
# To use giscus comments:
|
||||
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
|
||||
# (2) Install the giscus app in your repository (details at https://giscus.app),
|
||||
# (3) Fill in *all* the parameters below
|
||||
# See more details about giscus and each of the following parameters at https://giscus.app
|
||||
#giscus:
|
||||
# hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
|
||||
# repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
|
||||
# repository-id: # ID of your repository, retrieve this info from https://giscus.app
|
||||
# category: Announcements # Category name of your GitHub Discussion posts
|
||||
# category-id: # ID of your category, retrieve this info from https://giscus.app
|
||||
# mapping: pathname
|
||||
# reactions-enabled: 1
|
||||
# emit-metadata: 0
|
||||
# theme: light
|
||||
|
||||
# --- Misc --- #
|
||||
|
||||
# Ruby Date Format to show dates of posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue