-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
296 lines (287 loc) · 7.1 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
url: "http://qsel.columbia.edu"
name: >
Quadracci Sustainable Engineering Lab at Columbia
University
description: >
Engineering for tough developing world issues.
# Site settings
title: "Quadracci Sustainable Engineering Lab @ Columbia University"
email: your-email@columbia.edu
description: >
The Quadracci Sustainable Engineering Lab at Columbia University
improves access to resources in developing countries using
computational techniques and emerging technologies.
baseurl: ""
plugins:
- jekyll-redirect-from
permalink: /:title/
# Build settings
markdown: kramdown
exclude: [path, vendor]
collections:
team:
output: true
permalink: /team/:title/
# Navigation
navigation:
- text: about
url: /about/
- text: projects
url: /projects/
- text: publications
url: /publications/
- text: tools
url: /products-tools/
- text: blog
url: /blog/
- text: jobs
url: /jobs/
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
tags: "Untagged"
-
scope:
path: ""
type: "team"
values:
layout: "team"
-
scope:
path: "projects"
type: "posts"
values:
layout: "page"
-
scope:
path: "data"
values:
layout: null
# Configurations for Prose
# https://github.com/prose/prose/wiki/Prose-Configuration
prose:
siteurl: "http://qsel.columbia.edu"
ignore:
- _config.yml
- docker-compose.yml
- CNAME
- /css
- /assets/js
- /assets/uploads/blog
- /assets/uploads/projects
- /assets/uploads/theme
- Gemfile
- .gitignore
- .travis.yml
- /_includes
- /_layouts
- /_sass
- /_helpful_scripts
- feed.xml
- README.md
- index.html
- index.md
- tags.html
- /blog/archive
media: "assets/uploads"
metadata:
about/_posts:
- name: "published"
field:
element: "hidden"
value: true
- name: "title"
field:
element: "text"
_team:
- name: "published"
field:
element: "hidden"
value: true
- name: "status"
field:
element: "select"
label: "Team member status"
options:
- name: "Current"
value: "current"
- name: "Former"
value: "former"
- name: "full_name"
field:
element: "text"
label: "Full name"
- name: "photo"
field:
element: "select"
label: "Photo file path:"
options: "http://sel-columbia.github.io/data/team_photos.jsonp?callback=team_photos"
- name: "position"
field:
element: "text"
label: "Position"
- name: "email"
field:
element: "text"
label: "E-mail address"
- name: "github"
field:
element: "text"
label: "GitHub username"
- name: "employer"
field:
element: "text"
label: "Employer"
blog/_posts:
- name: "published"
field:
element: "hidden"
value: true
- name: "title"
field:
element: "text"
- name: "author"
field:
element: "select"
label: "Author:"
options: "http://sel-columbia.github.io/data/authors.jsonp?callback=authors"
- name: "tags"
field:
element: "multiselect"
label: "Tags:"
options: "http://sel-columbia.github.io/data/tags.jsonp?callback=tags"
alterable: true
jobs/_posts:
- name: "published"
field:
element: "hidden"
value: true
- name: "title"
field:
element: "text"
- name: "author"
field:
element: "select"
label: "Author:"
options: "http://sel-columbia.github.io/data/authors.jsonp?callback=authors"
- name: "tags"
field:
element: "multiselect"
label: "Tags:"
options: "http://sel-columbia.github.io/data/tags.jsonp?callback=tags"
alterable: true
products-tools/_posts:
- name: "published"
field:
element: "hidden"
value: true
- name: "title"
field:
element: "text"
- name: "image-link"
field:
element: "text"
label: "Product or Tool URL"
- name: "image-source"
field:
element: "select"
label: "Image file path:"
options: "http://sel-columbia.github.io/data/images.jsonp?callback=images"
- name: "image-alt"
field:
element: "text"
label: "Alt-text for the image"
- name: "image-height"
field:
element: "number"
label: "Image height in pixels"
- name: "image-width"
field:
element: "number"
label: "Image width in pixels"
projects/_posts:
- name: "published"
field:
element: "hidden"
value: true
- name: "title"
field:
element: "text"
- name: "author"
field:
element: "select"
label: "Author:"
options: "http://sel-columbia.github.io/data/authors.jsonp?callback=authors"
- name: "tags"
field:
element: "multiselect"
label: "Tags:"
options: "http://sel-columbia.github.io/data/tags.jsonp?callback=tags"
alterable: true
- name: "type"
field:
element: "select"
label: "Project type"
options:
- name: "ICT4D and Development Planning"
value: "ICT4D and Development Planning"
- name: "Sustainable Energy"
value: "Sustainable Energy"
- name: "image"
field:
element: "select"
label: "Image file path:"
options: "http://sel-columbia.github.io/data/images.jsonp?callback=images"
- name: "main_link"
field:
element: "text"
label: "Main project URL"
- name: "project_page"
field:
element: "text"
label: "Project page URL"
- name: "full_report"
field:
element: "text"
label: "Full report URL"
- name: "related_blog_entries"
field:
element: "select"
label: "URL for related blog entries' tag:"
options: "http://sel-columbia.github.io/data/related_blog_entries.jsonp?callback=related_blog_entries"
- name: "location"
field:
element: "text"
label: "Project location"
- name: "summary"
field:
element: "textarea"
label: "Project summary"
publications/_posts:
- name: "published"
field:
element: "hidden"
value: true
- name: "title"
field:
element: "text"
- name: "link"
field:
element: "text"
label: "Publication URL"
- name: "tags"
field:
element: "multiselect"
label: "Tags:"
options: "http://sel-columbia.github.io/data/tags.jsonp?callback=tags"
alterable: true