-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_prose.yml
60 lines (59 loc) · 1.68 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
# Prose.io block, reference: https://github.com/prose/prose/wiki/Prose-Configuration
# inspired from https://raw.githubusercontent.com/hmfaysal/Notepad/gh-pages/_config.yml
prose:
rooturl: '_posts'
siteurl: 'http://maker.itnerd.space/'
users:
- login: "adumont"
user: "Alexandre Dumont"
relativeLinks: 'https://github.com/ITNerdSpace/maker/links.jsonp'
media: 'images'
metadata:
_posts:
- name: "published"
field:
label: "Published"
element: "checkbox"
value: "true"
- name: "layout"
field:
element: "hidden"
label: "Layout"
value: "post"
- name: "title"
field:
label: "Title"
element: "text"
value: "An Awesome Headline!"
- name: "author"
field:
label: "Author"
element: "text"
value: CURRENT_USER
- name: "last_modified_at"
field:
element: "text"
label: "When has this page been last modified?"
value: CURRENT_DATETIME
- name: "tags"
field:
element: "multiselect"
label: "Add tags"
placeholder: "Choose tags that apply"
value: Automaton
options:
- name: "Cellular Automaton"
value: Automaton
- name: "HRM CPU"
value: hrmcpu
alterable: true
# - name: "tags"
# field:
# element: "text"
# label: "Tags"
# placeholder: "Enter tags, separated by spaces"
- name: "image"
field:
element: "text"
label: "Featured Image URL"
placeholder: "somefile.jpg"