-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
250 lines (189 loc) · 8.05 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
# Site settings
# NB! Set your site's url, otherwise stuff will break :)
url: "https://recisic.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: "/chemifest"
# Google tracking id
google-tracking-id: ""
# 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 #
#############
lang: "en"
author: "Chemifest"
title: "Chemifest"
description: "이세상 화학이 아니다"
keywords: "Chemistry"
favicon: "/img/favicon.ico"
################
# Header layout #
################
black-favicon: "/img/black-lab-glass.ico"
background-img: "../img/intro-bg.jpg"
##############################
# Dynamic Text on the Header #
##############################
dynamic-typing: True
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 5
start-delay: 200
delete-delay: 5000
lines: # You can add HTML Tags in the Text
- text: "아니 이 메커니즘이 진짜 이런지 어떻게 알아?"
- text: "화학이 논리적이긴 한가?"
- text: "연금술도 화학이야?"
- text: "화학에서는 뭐든 적당히 받아들이는 게 중요해?"
- text: "그래서 오비탈이 실제로 존재한다고?"
- text: "자연이 규칙을 선호해? 진짜?"
- text: "우리 실험 제대로 하고 있는거 맞아?"
- text: "화실 데이터가 이론이랑 전혀 안 맞는데?"
- text: "아 명명법 다 알아야 됨?"
- text: "왜 사람들 화학물질이라고 말하기만 하면 그렇게 무서워하냐?"
- text: "아...예외....예외의 예외....예외의 예외의 예외...."
- text: "IR NMR 없을 때는 이게 무슨 분자인지 어떻게 알았을까?"
- text: "연구실에서 마약 합성해서 팔면 어떡해?"
- text: "물은 답을 알고 있다!!"
- text: "가장 위대한 화학자는 누굴까?"
- text: "와,,,이런 합성법은 어떻게 생각하냐"
- text: "도대체 군론은 왜 배우는 거야? 여기 혹시 수리과학부야?"
- text: "연금술사들은 지금이랑 얼마나 다르게 실험했을까?"
- text: "원자번호는 어디까지 계속될 수 있을까?"
- text: "이거...먹어보면 무슨 맛일까?"
- text: "라부아지에 실험을 지금 하면 어떻게 될까?"
- text: "왜 과학사랑 과학철학은 물리학 아니면 생물학이야?"
- text: "과학이 합리적이긴 한가?"
- text: "원자가 정말 존재하는 걸까?"
- text: "화학 솔직히 응용-물리학 아님?"
- text: "화학만이 갖고 있는 특별한 방법론이 있을까?"
- text: "대체 화학에는 무슨 의미가 담길 수 있지?"
me-img: ""
# To use facebook profile pic comment the previous line and uncomment the following
# line, and replace 'user_id' with your facebook user id.
# Facebook user id can be found by clicking on your profile pic and the large number
# in the end of the url just before '&type' is your user id.
# Note: fbid is not the same as user id and user id only contains numbers
# me-img: "https://graph.facebook.com/user_id/picture?type=large&width=500&height=500"
# To use github profile pic uncomment the following line and replace 'user_name'
# with your github user name.
# me-img: "https://github.com/user_name.png?size=500"
# To use gravatar profile pic uncomment the following line and replace 'email_hash'
# with your gravatar profile email hash.
# You can create the email hash by using an online tool like 'http://www.md5hashgenerator.com/'
# just enter your email and it will generate the hash.
# me-img: "https://www.gravatar.com/avatar/email_hash?s=500"
##############################
# Color the browser elements #
##############################
color-browser: "#ffffff"
apple-status-bar-style: "white"
################
# Web app mode #
################
web-app-mode: False
# 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 #
########
enable-gesture-navigation: True
post-preview-words: 96
paginate: 5
email-share: True
fb-share: True
twitter-share: True
linkedin-share: True
reddit-share: True
google-plus-share: True
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: True
disqus-shortname: "chemifest"
syntax-highlight: True
############
# Timeline #
############
events:
- image: "/img/timeline/ilhwan.jpg"
date: "Ilhwan Kong"
description: "한쪽 발은 화학에, 다른 쪽 발은 미학에 두고 있어요. 둘 다 창조의 본질에 가까이 가는 학문이라 사랑하고 있습니다. 언젠가 전에 없던 세상을 만들 수 있기를 바라며, 지금은 연극을 보고 또 만듭니다. 건강한 퇴폐주의를 추구해요."
- image: "/img/timeline/yubeen.png"
date: "Yu Been Kim"
description: "딱히 되고 싶은 건 없지만, 해보고 싶은 건 많아 생각보다 바쁘게 살고 있습니다.<br>지금까지 유심히 관찰해본 결과 천성이 학자는 아닌 것 같은데, 학문이라는게 배우면 배울수록 빠져드는 면이 있어 자연스레 화학에 빠져들고 있네요. 요즘은 좋은 음악을 듣는게 취미라, 좋은 노래 있으면 추천해주세요."
- image: "/img/timeline/juno.png"
date: "Juno Nam"
description: "화학을 중심으로 수학, 물리학, 컴퓨터 공학의 여러 분야들을 탐색하고 있습니다. 화학은 그 사이 어디에 있을까를 고민하며 공부하고 있습니다.<br>갈 길은 멀고 할 일은 많지만 그래도 지금 하고 있는 일이 재밌으니 행복합니다."
- image: "/img/timeline/lee.jpg"
date: "Dongwhan Lee"
description: "새로운 것을 찾는 재미를 즐기는 만큼, 한 가지 일을 지근덕하게 붙잡고 하지 못한다는 심각한 문제를 늘 안고 삽니다. 남들 만큼은 공부했다고 생각했는데, 아직도 모르는 것이 너무나 많이 남아 있는 화학을 택한 것이 그나마 다행입니다. 적어도 지금까지는."
# First image of the Timeline
timeline-img: "/img/timeline/default.png"
###########
# Contact #
###########
email: ""
################
# Author Blurb #
################
# The author blurb goes underneath blog posts.
# This works best when your author blurb image has a transparent background, or matches your site background color.
# if the author_blurb is not set, then this feature is skipped
author_blurb: ""
author_blurb_image: ""
##################
# Social Buttons #
##################
#social:
# - title: "facebook"
# url: "https://facebook.com/"
# - title: "twitter"
# url: "https://twitter.com/"
# - title: "github"
# url: "https://github.com/PanosSakkos/personal-jekyll-theme"
# - title: "bitcoin"
# url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi"
# - title: "rss"
# url: "/feed.xml"
############
# 404 page #
############
err-404-img: ""
##################
# GPG on Keybase #
##################
keybase-username:
keybase-in-social: False
keybase-in-footer: False
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: 'about'
Schedule: 'latest-post'
Facilitators: 'timeline'
Contact: 'contact'
# Exclusion list from the generated _site
exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]
# Pagination path
paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
gems:
- jekyll-paginate
- jemoji