Skip to content

Commit b6fbcfe

Browse files
authored
Update _config.yml
1 parent 6acd00a commit b6fbcfe

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

_config.yml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,32 @@
77

88
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
99
# --------------------------
10-
title: Chirpy # the main title
10+
title: 개집 # the main title
1111

12-
tagline: A text-focused Jekyll theme. # it will display as the sub-title
12+
tagline: Front-End Developer # it will display as the sub-title
1313

1414
description: >- # used by seo meta and the atom feed
15-
A minimal, portfolio, sidebar,
16-
bootstrap Jekyll theme with responsive web design
17-
and focuses on text presentation.
18-
15+
사람이란 흐르는 강물과 같아 하루하루가 다르고 새롭다
1916
# fill in the base hostname & protocol for your site, e.g., 'https://username.github.io'
20-
url: ''
17+
url: 'https://ceolaite.github.io'
2118

22-
author: your_full_name # change to your full name
19+
author: sangho youn # change to your full name
2320

2421
avatar: /assets/img/sample/avatar.jpg # support internet resources
2522

2623
github:
27-
username: github_username # change to your github username
24+
username: ceolaite # change to your github username
2825

2926
twitter:
30-
username: twitter_username # change to your twitter username
27+
username: HOYA17993842 # change to your twitter username
3128

3229
social:
33-
name: your_full_name # it will shows as the copyright owner in Footer
34-
email: example@doamin.com # change to your email address
30+
name: sangho youn # it will shows as the copyright owner in Footer
31+
email: youn@maebe.jp # change to your email address
3532
links:
3633
# The first element serves as the copyright owner's link
37-
- https://twitter.com/username # change to your twitter homepage
38-
- https://github.com/username # change to your github homepage
34+
- https://twitter.com/HOYA17993842 # change to your twitter homepage
35+
- https://github.com/ceolaite # change to your github homepage
3936
# Uncomment below to add more social links
4037
# - https://www.facebook.com/username
4138
# - https://www.linkedin.com/in/username
@@ -49,7 +46,7 @@ google_site_verification: google_meta_tag_verification # change to your verifica
4946
baseurl: ''
5047

5148
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
52-
timezone: Asia/Shanghai
49+
timezone: Asia/Seoul
5350

5451
google_analytics:
5552
id: '' # Fill with your Google Analytics ID
@@ -63,8 +60,8 @@ google_analytics:
6360
cache: false # pv data local cache, good for the users from GFW area.
6461

6562
disqus:
66-
comments: false # boolean type, the global switch for posts comments.
67-
shortname: '' # Fill with your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
63+
comments: true # boolean type, the global switch for posts comments.
64+
shortname: 'ceolaite' # Fill with your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
6865

6966

7067
# Prefer color scheme setting.
@@ -79,7 +76,7 @@ disqus:
7976
#
8077
# dark - Use the dark color scheme
8178
#
82-
theme_mode: # <light|dark>
79+
theme_mode: light # <light|dark>
8380

8481
# boolean type, the global switch for ToC in posts.
8582
toc: true
@@ -177,7 +174,7 @@ compress_html:
177174
profile: false
178175
blanklines: false
179176
ignore:
180-
envs: [development]
177+
envs: []
181178

182179
exclude:
183180
- vendor

0 commit comments

Comments
 (0)