-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
114 lines (80 loc) · 2.55 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Site settings
url: "https://yunseokjang.github.io"
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
# and NOT your user repository (https://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
#
# NB! Without this *nothing* will work, because it's used in every path :)
baseurl: ""
google-tracking-id: "UA-42933442-2"
# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
force-https: True
#############
# HTML Head #
#############
author: "Yunseok JANG"
lang: en
title: "Yunseok Jang"
description: "Blog and website of Yunseok JANG, blogging mainly for tech. Opinions expressed are mine."
keywords: "yunseok, jang, researcher, Machine Learning, Computer Vision, Image Understanding, Tag Prediction, Visual Q&A, Virality, Computer Science, SNU, KAIST, KAKAO, ESTsoft"
favicon: "/img/favicon.ico"
rep-image: "/img/me.png"
################
# Intro layout #
################
black-favicon: "/img/favicon.ico"
##############################
# Color the browser elements #
##############################
color-browser: "#ffffff"
apple-status-bar-style: "white"
################
# Web app mode #
################
web-app-mode: True
# Icons for Web App mode
icon-36p: "/img/web-app/icon-36p.png"
icon-48p: "/img/web-app/icon-48p.png"
icon-72p: "/img/web-app/icon-72p.png"
icon-96p: "/img/web-app/icon-96p.png"
icon-144p: "/img/web-app/icon-144p.png"
icon-192p: "/img/web-app/icon-192p.png"
########
# Blog #
########
# post-preview-words: 96
# paginate: 5
# disqus-shortname: "yunseokjang"
# syntax-highlight: True
###########
# Contact #
###########
local-address: "2260 Hayward St., Ann Arbor, MI"
email: "yunseokj@umich.edu"
skype: "yunseokjang"
google-scholar: "<a href='http://bit.ly/yunseok_gscholar'>bit.ly/yunseok_gscholar</a>"
############
# 404 page #
############
error-img: "/img/labtocat.png"
##################
# GPG on Keybase #
##################
keybase-username: yunseok
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: 'about'
Education: 'education'
Publications: 'publications'
Experience: 'experience'
Contact: 'contact'
# Exclusion list from the generated _site
exclude: ["LICENSE", "README.md", "scripts"]
# Enable minification SASS
sass:
style: compressed