@@ -41,7 +41,7 @@ social:
4141 - https://x.com/BitwallKe # change to your Twitter homepage
4242 - https://github.com/bitwallke # change to your GitHub homepage
4343 # Uncomment below to add more social links
44- - https://www.facebook.com/profile.php?id=61573197057617
44+ # - https://www.facebook.com/profile.php?id=61573197057617
4545 - https://www.linkedin.com/company/bitwall-ke
4646
4747# Site Verification Settings
@@ -109,7 +109,7 @@ toc: true
109109
110110comments :
111111 # Global switch for the post-comment system. Keeping it empty means disabled.
112- provider : # [disqus | utterances | giscus]
112+ provider : giscus # [disqus | utterances | giscus]
113113 # The provider options are as follows:
114114 disqus :
115115 shortname : # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
@@ -119,15 +119,15 @@ comments:
119119 issue_term : # < url | pathname | title | ...>
120120 # Giscus options › https://giscus.app
121121 giscus :
122- repo : # <gh-username>/<repo>
123- repo_id :
124- category :
125- category_id :
126- mapping : # optional, default to 'pathname'
127- strict : # optional, default to '0'
128- input_position : # optional, default to 'bottom'
129- lang : # optional, default to the value of `site.lang`
130- reactions_enabled : # optional, default to the value of `1`
122+ repo : bitwallke/bitwall-discussions # <gh-username>/<repo>
123+ repo_id : R_kgDOOl3gCQ
124+ category : General
125+ category_id : DIC_kwDOOl3gCc4Cp3wn
126+ mapping : pathname # optional, default to 'pathname'
127+ strict : 0 # optional, default to '0'
128+ input_position : bottom # optional, default to 'bottom'
129+ lang : en # optional, default to the value of `site.lang`
130+ reactions_enabled : 1 # optional, default to the value of `1`
131131
132132# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
133133assets :
0 commit comments