Skip to content

Commit d7fee25

Browse files
committed
Updated config with Giscus and PI
1 parent 9b8c389 commit d7fee25

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

_config.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone:
12+
timezone: Asia/Kolkata
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: Chinmoy Saikia # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: Welcome to my Persoal Blog # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
2222
A minimal, responsive and feature-rich Jekyll theme for technical writing.
@@ -26,20 +26,20 @@ description: >- # used by seo meta and the atom feed
2626
url: "https://AlwaysRead.github.io"
2727

2828
github:
29-
username: github_username # change to your GitHub username
29+
username: AlwaysRead # change to your GitHub username
3030

3131
twitter:
3232
username: twitter_username # change to your Twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: example@domain.com # change to your email address
37+
name: Chinmoy Saikia
38+
email: chinmoysaikia61@gmail.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
41+
- https://twitter.com/ChinmoySUX # change to your Twitter homepage
42+
- https://github.com/AlwaysRead # change to your GitHub homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
4545
# - https://www.linkedin.com/in/username
@@ -98,7 +98,7 @@ theme_mode: # [light | dark]
9898
cdn:
9999

100100
# the avatar on sidebar, support local or CORS resources
101-
avatar:
101+
avatar: https://avatars.githubusercontent.com/u/120454422?s=400&u=84590635c31b53d0fa178935a506d597b791e5d9&v=4
102102

103103
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104104
# It can be overridden by a customized `page.image` in front matter.
@@ -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,16 +119,17 @@ 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`
131-
122+
repo: AlwaysRead/AlwaysRead.github.io # <gh-username>/<repo>
123+
repo_id: R_kgDOOvwWJw
124+
category: [ENTER CATEGORY NAME HERE]
125+
category_id: [ENTER CATEGORY ID HERE]
126+
mapping: title # 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`
131+
emit_metadata: 0 # optional, default to '0'
132+
theme: catppuccin_mocha # optional, default to 'light'
132133
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
133134
assets:
134135
self_host:

0 commit comments

Comments
 (0)