forked from gohugoio/hugoBasicExample
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_prose.yml
72 lines (72 loc) · 1.74 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
72
prose:
rooturl: 'content/post'
media: 'static/images'
ignore:
- index.html
- config.yaml
- gulpfile.js
- .gitignore
- README.md
- /archetypes
- /data
- /layouts
- /themes
metadata:
content/post:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "published"
field:
element: "hidden"
value: "true"
- name: "created"
field:
element: "hidden"
value: "true"
- name: "h1"
field:
element: "text"
label: "Title"
placeholder: "The title that your readers see on the page."
- name: "keyword"
field:
element: "text"
label: "Keywords"
placeholder: "Seperate keywords with a comma."
- name: "description"
field:
element: "text"
label: "Description"
placeholder: "The meta description."
- name: "url"
field:
element: "text"
label: "URL"
placeholder: "The address of a page."
- name: "LinkTitle"
field:
element: "text"
label: "Link Title"
placeholder: "The text that appears in a menu link to this page."
- name: "draft"
field:
element: "checkbox"
label: "Set as Draft"
help: "Drafts are not published."
value: false
- name: "categories"
field:
element: "multiselect"
label: "Add Categories"
options:
- name: "Blog"
value: "blog"
alterable: True
static:
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""