-
Notifications
You must be signed in to change notification settings - Fork 0
/
_prose.yml
60 lines (60 loc) · 1.47 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:
#rooturl: '_posts'
siteurl: 'http://prose.github.io/studentenfutter/'
#relativeLinks: 'http://prose.github.io/starter/links.jsonp'
media: "assets/images/"
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
- /_data
- .jekyll-cache
- _sass
- _site
- Gemfile
- Gemfile.lock
- _prose.yml
- categories.html
- docker-compose.yml
- index.html
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
value: "Titel"
- name: "image"
field:
element: "text"
label: "Bild Link"
value: "/assets/images/default.png"
- name: "categories"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
alterable: true
options:
- name: "Vegetarisch"
value: "vegetarisch"
- name: "Schnell"
value: "schnell"
- name: "Frühstück"
value: "frühstück"
- name: "Snacks"
value: "snacks"
- name: "Süß"
value: "süß"
- name: "Salate"
value: "salate"
- name: "Fleisch"
value: "fleisch"
- name: "Nachspeise"
value: "nachspeise"
- name: "Kuchen"
value: "kuchen"