Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ social:
name : "Junbo Koh" # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
- "https://github.com/Ridealist/"
- "https://twitter.com/Junbo_Koh"
- "https://www.linkedin.com/in/junbokoh92/"
- "https://scholar.google.com/citations?user=2hDR1lgAAAAJ&hl=en"
- "https://docs.google.com/document/d/1PGgfaXFf4T5BaNPduZi3TPmRhdUfYt5ULsStewoAdBs/edit?usp=sharing"

# Analytics
analytics:
Expand All @@ -113,24 +115,18 @@ author:
location : "Seoul, South Korea"
email : "gtkobo92@snu.ac.kr"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:gtkobo92@snu.ac.kr"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/Junbo_Koh"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
- label: "Google Scholar"
icon: "ai ai-google-scholar"
url: "https://scholar.google.com/citations?user=2hDR1lgAAAAJ&hl=en"
- label: "CV"
icon: "ai ai-cv"
url: "https://docs.google.com/document/d/1PGgfaXFf4T5BaNPduZi3TPmRhdUfYt5ULsStewoAdBs/edit?usp=sharing"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/Ridealist/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/junbokoh92/"

# Site Footer
footer:
Expand Down
1 change: 1 addition & 0 deletions _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<link rel="mask-icon" href="{{site.baseurl}}/assets/logo.ico/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">

<!-- end custom head snippets -->
1 change: 0 additions & 1 deletion _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<head>
{% include head.html locale=locale %}
{% include head/custom.html %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="{{ '/assets/css/homepage.css' | relative_url }}">
</head>

Expand Down
Loading