Skip to content

Commit cacbe19

Browse files
Merge pull request #2 from junjunjunbong/claude/fix-css-config-j5qTA
feat: update personal information for Junwon Seo
2 parents fda2b80 + 96a6bc8 commit cacbe19

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

_config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
# -----------------------------------------------------------------------------
44

55
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
6+
first_name: Junwon
7+
middle_name:
8+
last_name: Seo
99
contact_note: >
10-
You can even add a little note about which of these is the best way to reach you.
1110
description: > # the ">" symbol means to ignore newlines until "footer_text:"
12-
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
11+
Junwon Seo's personal website. Undergraduate student at Seoul National University studying Civil & Environmental Engineering and Artificial Intelligence.
1312
footer_text: >
1413
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
1514
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.

_data/socials.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# this file contains the social media links and usernames of the author
22
# the socials will be displayed in the order they are defined here
33
# for more information, please refer to the documentation of jekyll-socials plugin: https://github.com/george-gca/jekyll-socials
4-
cv_pdf: /assets/pdf/example_pdf.pdf # path to your CV PDF file
5-
email: you@example.com # your email address
6-
inspirehep_id: 1010907 # Inspire HEP author ID
4+
# cv_pdf: /assets/pdf/example_pdf.pdf # path to your CV PDF file
5+
email: seo4776@snu.ac.kr # your email address
6+
github_username: junjunjunbong # your GitHub username
7+
# inspirehep_id: # Inspire HEP author ID
78
rss_icon: true # comment this line to hide the RSS icon
8-
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
9+
# scholar_userid: # your Google Scholar ID
910
# wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
1011
# whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
11-
custom_social: # can be any name here other than the ones already defined in the jekyll-socials plugin
12-
logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
13-
title: Custom Social
14-
url: https://www.alberteinstein.com/

_pages/about.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,31 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
5+
subtitle: Undergraduate Student at <a href='https://www.snu.ac.kr'>Seoul National University</a>
66

77
profile:
88
align: right
99
image: prof_pic.jpg
1010
image_circular: false # crops the image to make it circular
1111
more_info: >
12-
<p>555 your office number</p>
13-
<p>123 your address street</p>
14-
<p>Your City, State 12345</p>
12+
<p>Civil & Environmental Engineering</p>
13+
<p>Artificial Intelligence</p>
14+
<p>Seoul, South Korea</p>
1515
16-
selected_papers: true # includes a list of papers marked as "selected={true}"
16+
selected_papers: false # includes a list of papers marked as "selected={true}"
1717
social: true # includes social icons at the bottom of the page
1818

1919
announcements:
20-
enabled: true # includes a list of news items
20+
enabled: false # includes a list of news items
2121
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
2222
limit: 5 # leave blank to include all the news in the `_news` folder
2323

2424
latest_posts:
25-
enabled: true
25+
enabled: false
2626
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
2727
limit: 3 # leave blank to include all the blog posts
2828
---
2929

30-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](https://www.reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
30+
안녕하세요, 서준원입니다.
3131

32-
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
33-
34-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
32+
서울대학교에서 건설환경공학과 인공지능을 복수전공하고 있습니다.

0 commit comments

Comments
 (0)