-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_prose.yml
More file actions
39 lines (35 loc) · 751 Bytes
/
_prose.yml
File metadata and controls
39 lines (35 loc) · 751 Bytes
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
prose:
rooturl: app
media: app/assets/graphics/content
ignore:
# no need to show components that make the page
- /app/index.html
- /app/doc_components
- /app/assets
# config
- /_prose.yml
# development
- /gulpfile.js
- /package.json
- /yarn.lock
- /.gitignore
- /LICENSE
metadata:
"app/posts":
- name: "title"
field:
element: "text"
label: "Report Name"
value: ""
- name: "permalink"
field:
element: "hidden"
value: "/"
- name: 'layout'
field:
element: "hidden"
value: 'post.html'
- name: "date"
field:
element: "hidden"
value: "2012-08-20"