Skip to content

Commit c02faf2

Browse files
committed
20250430-1
1 parent b48ea68 commit c02faf2

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

_config.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ theme: jekyll-theme-chirpy
66
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
77
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
88
# otherwise, the layout language will use the default value of 'en'.
9-
lang: en
9+
lang: ko-KR
1010

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone: Asia/Shanghai
12+
timezone: Asia/Seoul
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: chyri # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: In case you forget, love was here # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+
log
2323
2424
# Fill in the protocol & hostname for your site.
2525
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
26+
url: "https://jerr-pi.github.io"
2727

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

31-
twitter:
32-
username: twitter_username # change to your Twitter username
31+
# twitter:
32+
# username: twitter_username # change to your Twitter username/ NO!
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: [email protected] # change to your email address
37+
name: Jerry
38+
email: [email protected] # 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/username # change to your Twitter homepage
42+
#- https://github.com/username # 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
@@ -88,7 +88,7 @@ pageviews:
8888
# light — Use the light color scheme
8989
# dark — Use the dark color scheme
9090
#
91-
theme_mode: # [light | dark]
91+
theme_mode: light
9292

9393
# The CDN endpoint for media resources.
9494
# Notice that once it is assigned, the CDN url
@@ -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
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,14 +119,14 @@ 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`
122+
repo: jerr-pi/jerr-pi.github.io
123+
repo_id: R_kgDOOiT6D
124+
category: General
125+
category_id: DIC_kwDOOiT6D84Cpon3
126+
mapping: pathname
127+
strict: 0
128+
input_position: bottom
129+
lang: ko
130130
reactions_enabled: # optional, default to the value of `1`
131131

132132
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets

0 commit comments

Comments
 (0)