-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_prose.yml
52 lines (52 loc) · 1.29 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
prose:
rooturl: '_posts'
siteurl: 'http://prose.github.io/starter/'
relativeLinks: 'http://prose.github.io/starter/links.jsonp'
media: 'assets/images'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "date"
field:
label: "date"
element: "text"
value: "CURRENT_DATETIME"
- name: "author"
field:
label: "author"
element: "text"
value: "CURRENT_USER"
- name: "title"
field:
label: "title"
element: "text"
placeholder: "Enter a title for your post"
- name: "description"
field:
label: "description"
element: "text"
placeholder: "Enter a description for your post."
- name: "keywords"
field:
label: "keywords"
element: "text"
placeholder: "Enter keywords you might use to search for this page."
- name: "toc"
field:
label: "toc"
element: "hidden"
value: "true"
- name: "published"
field:
label: "published"
element: "hidden"
value: "true"
- name: "sitemap"
field:
label: "sitemap"
element: "hidden"
value: "true"