-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (64 loc) · 1.7 KB
/
_config.yml
File metadata and controls
70 lines (64 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
title: Chanyoung Park
description: >- # this means to ignore newlines until "baseurl:"
Chanyoung Park
url: "https://cosdeneb.github.io" # the base hostname & protocol for the site
og_image: /assets/img/profile-pic.jpg
google_analytics: "UA-121636368-3"
header:
pages:
- name: Home
slug: /
- name: Publication
- name: Teaching
- name: Blog
footer:
show_powered_by: false
contact:
- name: Email
value: chanyoung@kaist.ac.kr
link: mailto:chanyoung@kaist.ac.kr
# - name: WeChat
# value: YourWeChatUsername
# link: "#"
follow:
- name: ORCID
link: https://orcid.org/0000-0002-7945-2362
- name: Google scholar
link: https://scholar.google.com/citations?hl=ko&user=fGD7V2IAAAAJ
# - name: Instagram
# link: -
- name: GitHub
link: https://github.com/cosdeneb
# - name: Twitter
# link: http://twitter.com/YourTwitterUsername
# username: "@YourTwitterUsername"
# - name: Facebook
# link: https://www.instagram.com/rubuitton/
- name: LinkedIn
link: https://www.linkedin.com/in/chanyoung-park-799b672ab/
# - name: Dribbble
# link: https://dribbble.com/YourDribbbleUsername
# - name: RSS
# link: /feed.xml
# Build settings
markdown: kramdown
sass:
style: :compressed
plugins:
- jekyll-feed
# Excluded items
exclude:
- .sass-cache/
- .jekyll-cache/
- feed.xml
- gemfiles/
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Used for defeating caching
version: 1