Skip to content

Commit 5496154

Browse files
committed
fix: 수정완료
1 parent f15abb1 commit 5496154

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ 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/Korea
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: 시우의 개발 블로그 # the main title
1818

1919
tagline: A text-focused Jekyll theme # it will display as the subtitle
2020

@@ -23,23 +23,23 @@ description: >- # used by seo meta and the atom feed
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://dltldn333.github.io"
2727

2828
github:
29-
username: github_username # change to your GitHub username
29+
username: dltldn333 # 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
37+
name: Siwoo Lee
3838
email: [email protected] # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
4141
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
42+
- https://github.com/dltldn333 # 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
@@ -95,10 +95,10 @@ theme_mode: # [light | dark]
9595
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
9696
#
9797
# e.g. 'https://cdn.com'
98-
cdn:
98+
cdn: "https://chirpy-img.netlify.app"
9999

100100
# the avatar on sidebar, support local or CORS resources
101-
avatar:
101+
avatar: "/commons/avatar.jpg"
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.

0 commit comments

Comments
 (0)