forked from who-ocr/ebola-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (32 loc) · 826 Bytes
/
_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
baseurl: /ebola-dashboard
permalink: pretty
permalink: /:categories/:year/:month/:day/
prose:
rooturl: '_posts'
relativeLinks: 'http://devseed.com/ebola-dashboard/links.jsonp'
media: 'media'
metadata:
_posts:
- name: "category"
field:
element: "hidden"
value: "situation-report"
- name: "layout"
field:
element: "hidden"
value: "situation-report"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Situation Report"
value: "situation-report"
- name: "Update"
value: "update"