Skip to content

Commit 887ff1e

Browse files
authored
Update _config.yml
Update base information
1 parent 8901c8b commit 887ff1e

File tree

1 file changed

+34
-31
lines changed

1 file changed

+34
-31
lines changed

_config.yml

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,40 @@ repository: Git repository where your resume will be hosted, only required if yo
66
version: 2
77

88
# Personal info
9-
name: Your Name
10-
title: Your job title
11-
email: Your email (optional)
9+
name: Jongyeon Lee
10+
title: |
11+
AI Engineer/Researcher
12+
Staff Engineer @ Samsung Research, Seoul, Korea
13+
1214
# email_title: Email (Email title override)
13-
phone: Your phone number (optional)
15+
# phone: Your phone number (optional)
1416
# phone_title: Phone (Phone title override)
15-
website: Your website (eg. https://google.com)(optional)
17+
# website: Your website (eg. https://google.com)(optional)
1618
# website_title: Web (Website title override)
1719

1820
# Dark Mode (true/false/never)
1921
darkmode: false
2022

2123
# Social links
22-
twitter_username: jekyllrb
23-
github_username: jekyll
24-
stackoverflow_username: "00000001"
25-
dribbble_username: jekyll
26-
facebook_username: jekyll
27-
flickr_username: jekyll
28-
instagram_username: jekyll
29-
linkedin_username: jekyll
30-
xing_username: jekyll
31-
pinterest_username: jekyll
32-
youtube_username: jekyll
33-
orcid_username: 0000-0000-0000-0000
34-
googlescholar_username: D847cGsAAAAJ
24+
# twitter_username: jekyllrb
25+
github_username: lee-jongyeon
26+
# stackoverflow_username: "00000001"
27+
# dribbble_username: jekyll
28+
# facebook_username: jekyll
29+
# flickr_username: jekyll
30+
instagram_username: jong2yeon
31+
linkedin_username: jongyeon-lee
32+
# xing_username: jekyll
33+
# pinterest_username: jekyll
34+
# youtube_username: jekyll
35+
orcid_username: 0000-0001-7961-1899
36+
googlescholar_username: o02lZUwAAAAJ
3537

36-
# Additional icon links
37-
additional_links:
38-
- title: Link name
39-
icon: Font Awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
40-
url: Link url (eg. https://google.com)
38+
# # Additional icon links
39+
# additional_links:
40+
# - title: Link name
41+
# icon: Font Awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
42+
# url: Link url (eg. https://google.com)
4143
# - title: another link
4244
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
4345
# url: Link url (eg. https://google.com)
@@ -50,15 +52,16 @@ additional_links:
5052

5153
# About Section
5254
# about_title: About Me (Use this to override about section title)
53-
about_profile_image: Directory of profile image (eg. images/profile.jpg)
54-
about_content: | # this will include new lines to allow paragraphs
55-
Write an awesome description about yourself here, this supports markdown, so you can add [links](http://foobar.com) and highlight things <mark>like this</mark>.
55+
about_profile_image: # Directory of profile image (eg. images/profile.jpg)
56+
about_content:
57+
# about_content: | # this will include new lines to allow paragraphs
58+
# Write an awesome description about yourself here, this supports markdown, so you can add [links](http://foobar.com) and highlight things <mark>like this</mark>.
5659

57-
You can even add paragraphs by using empty lines like this and add anything else [markdown](https://www.markdownguide.org/getting-started#what-is-markdown) supports such as
58-
- Lists
59-
- Tables
60-
- <a href="google.com">Links</a>
61-
- Images ![alt text](/images/landscape-trees.jpg "Trees")
60+
# You can even add paragraphs by using empty lines like this and add anything else [markdown](https://www.markdownguide.org/getting-started#what-is-markdown) supports such as
61+
# - Lists
62+
# - Tables
63+
# - <a href="google.com">Links</a>
64+
# - Images ![alt text](/images/landscape-trees.jpg "Trees")
6265

6366
content:
6467
- title: Projects # Title for the section

0 commit comments

Comments
 (0)