Skip to content

Commit d7aa567

Browse files
committed
chore(repo): add giscus to the blog
1 parent e91b98e commit d7aa567

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

_config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

110110
comments:
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
133133
assets:

_data/contact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2121
- type: linkedin
2222
icon: "fab fa-linkedin" # icons powered by <https://fontawesome.com/>
23-
url: https://www.linkedin.com/company/bitwall-ke' # Fill with your Linkedin homepage
23+
url: https://www.linkedin.com/company/bitwall-ke # Fill with your Linkedin homepage
2424
#
2525
# - type: stack-overflow
2626
# icon: 'fab fa-stack-overflow'

_tabs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: About Us
44
icon: fas fa-info-circle
55
order: 4
66
---
7-
![Bitwall.ke Banner](/assets/img/bitwall_logo%20(1).jpg)
7+
![Bitwall.ke Banner](/assets/img/bitwall_logo.png)
88

99
## Who We Are
1010

assets/img/bitwall_logo.png

67.2 KB
Loading

0 commit comments

Comments
 (0)