forked from prose/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (52 loc) · 1.19 KB
/
_config.yml
File metadata and controls
52 lines (52 loc) · 1.19 KB
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
permalink: pretty
markdown: rdiscount
prose:
rooturl: '_posts'
siteurl: 'http://visionzero.la'
relativeLinks: 'http://prose.github.io/starter/links.jsonp'
media: 'media'
metadata:
_posts:
- name: "category"
field:
element: "hidden"
value: "blog"
- name: "layout"
field:
element: "hidden"
value: "blog"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "splash"
field:
element: "text"
label: "Splash image"
value: ""
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Cycling"
value: "cycling"
- name: "How To"
value: "how-to"
_posts/static:
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""