forked from jekyllt/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (36 loc) · 1.07 KB
/
_config.yml
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
highlighter: rouge
markdown: rdiscount
rdiscount:
extensions: [smart]
permalink: /:title.html
paginate: 5
gems: [jekyll-paginate]
port: 4000
safe: true
url: http://schw4b.github.io
author: Simon Schwab
# edit this section with your information
# biomadeira.github.io - all contents run on /vitae/
# for a normal use at the base of the server change it to "/"
baseurl: /
title: Byungju Kim
name: Byungju Kim
email: [email protected]
email_full: mailto:[email protected]
email_full_kaist: mailto:[email protected]
email_personal: mailto:[email protected]
email_personal2: mailto:[email protected]
website: feidfoe.github.io
website_full: https://feidfoe.github.io
github: feidfoe
# tel: +44 (0)24 7657 3665
# tel_full: tel:+440000000000
google_maps: 'https://goo.gl/maps/yZctsHukQyBHa9Dt8'
department: Department of Electric Engineering
institution: Mathpresso Inc
country: Korea, Republic of
google_analytics: UA-72106507-1
institute_web: 'https://mathpresso.com/en'
department_web: 'https://ee.kaist.ac.kr/?language=en'
# needed for travis-ci build
exclude: [vendor]