Skip to content

Commit ff5dda5

Browse files
committed
docs: 설정 추가
1 parent 45af074 commit ff5dda5

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

_config.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ subtitle : "Technical Insights and Practical Experiments From a
2323
name : "Lee Junyoung"
2424
description : "An amazing website."
2525
url : "https://eecsjlee.github.io"
26-
baseurl : # the subpath of your site, e.g. "/blog"
27-
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
26+
baseurl : "" # the subpath of your site, e.g. "/blog"
27+
repository : "eecsjlee/eecsjlee.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
2828
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
2929
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
3030
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
3131
breadcrumbs : true # true, false (default)
3232
words_per_minute : 200
33-
enable_copy_code_button : # true, false (default)
33+
enable_copy_code_button : true # true, false (default)
3434
copyright : # "copyright" name, defaults to site.title
3535
copyright_url : # "copyright" URL, defaults to site.url
3636
comments:
@@ -121,45 +121,45 @@ author:
121121
links:
122122
- label: "Email"
123123
icon: "fas fa-fw fa-envelope-square"
124-
# url: "mailto:your.name@email.com"
124+
# url: "mailto:eecsjlee@email.com"
125125
- label: "Website"
126126
icon: "fas fa-fw fa-link"
127-
# url: "https://your-website.com"
128-
- label: "Twitter"
129-
icon: "fab fa-fw fa-twitter-square"
130-
# url: "https://twitter.com/"
131-
- label: "Facebook"
132-
icon: "fab fa-fw fa-facebook-square"
133-
# url: "https://facebook.com/"
127+
# url: "https://eecsjlee.github.io"
128+
# - label: "Twitter"
129+
# icon: "fab fa-fw fa-twitter-square"
130+
# # url: "https://twitter.com/"
131+
# - label: "Facebook"
132+
# icon: "fab fa-fw fa-facebook-square"
133+
# # url: "https://facebook.com/"
134134
- label: "GitHub"
135135
icon: "fab fa-fw fa-github"
136-
# url: "https://github.com/"
137-
- label: "Instagram"
138-
icon: "fab fa-fw fa-instagram"
139-
# url: "https://instagram.com/"
136+
# url: "https://github.com/eecsjlee"
137+
# - label: "Instagram"
138+
# icon: "fab fa-fw fa-instagram"
139+
# # url: "https://instagram.com/"
140140

141141
# Site Footer
142142
footer:
143143
links:
144-
- label: "Twitter"
145-
icon: "fab fa-fw fa-twitter-square"
146-
# url:
147-
- label: "Facebook"
148-
icon: "fab fa-fw fa-facebook-square"
149-
# url:
144+
# - label: "Twitter"
145+
# icon: "fab fa-fw fa-twitter-square"
146+
# # url:
147+
# - label: "Facebook"
148+
# icon: "fab fa-fw fa-facebook-square"
149+
# # url:
150150
- label: "GitHub"
151151
icon: "fab fa-fw fa-github"
152-
# url:
153-
- label: "GitLab"
154-
icon: "fab fa-fw fa-gitlab"
155-
# url:
156-
- label: "Bitbucket"
157-
icon: "fab fa-fw fa-bitbucket"
158-
# url:
159-
- label: "Instagram"
160-
icon: "fab fa-fw fa-instagram"
161-
# url:
162-
since: "2013"
152+
url: "https://github.com/eecsjlee"
153+
# - label: "GitLab"
154+
# icon: "fab fa-fw fa-gitlab"
155+
# # url:
156+
# - label: "Bitbucket"
157+
# icon: "fab fa-fw fa-bitbucket"
158+
# # url:
159+
# - label: "Instagram"
160+
# icon: "fab fa-fw fa-instagram"
161+
# # url:
162+
since: "2025"
163163

164164

165165
# Reading Files
@@ -229,7 +229,7 @@ sass:
229229

230230
# Outputting
231231
permalink: /:categories/:title/
232-
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
232+
timezone: Asia/Seoul # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
233233

234234

235235
# Pagination with jekyll-paginate

0 commit comments

Comments
 (0)