forked from unboxed/unboxed.co
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_prose.yml
71 lines (61 loc) · 1.62 KB
/
_prose.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
prose:
rooturl: 'source'
ignore: '.keep'
media: 'assets/images/prose'
metadata:
source/blog:
- name: 'title'
field:
element: 'text'
label: 'title'
- name: 'author'
field:
element: 'text'
label: '* Author'
help: 'Full name of the author (e.g. Graeme McCubbin) (required)'
- name: 'tags'
field:
element: 'multiselect'
label: 'Tags'
help: 'Choose relevant tags (optional)'
alterable: false
options: [
'Agile',
'Culture',
'Design',
'Events',
'Innovation',
'Lean',
'Rails' ]
- name: 'main_image'
field:
element: 'text'
label: 'Main blog image URL'
help: 'The image that is shown on the blog listing page (optional)'
- name: 'date'
field:
element: 'text'
value: CURRENT_DATETIME
label: '* Date published'
help: 'Must be in the format YYYY-MM-DD HH-MM (required)'
- name: 'published'
field:
element: 'checkbox'
value: true
label: 'Published?'
source/news:
- name: 'title'
field:
element: 'text'
label: 'title'
- name: 'date'
field:
element: 'text'
value: CURRENT_DATETIME
label: '* Date published'
help: 'Must be in the format YYYY-MM-DD HH-MM (required)'
- name: 'published'
field:
element: 'checkbox'
value: true
label: 'Published?'