forked from WWF-Deutschland/plastic-navigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (64 loc) · 1.49 KB
/
_config.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
title: Marine Plastic Explorer
baseurl: ''
siteurl: 'https://wwf-deutschland.github.io/marine-plastic-explorer'
permalink: /:categories/:title
markdown: kramdown
languages: &languages
- name: 'English'
value: 'en'
- name: 'German'
value: 'de'
exclude:
- app
- internals
- server
prose:
media: "assets/uploads"
rooturl: '_posts'
siteurl: 'https://wwf-deutschland.github.io/marine-plastic-explorer/'
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "default"
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: "/"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
_posts/layers:
- name: "layout"
field:
element: "hidden"
value: "layer"
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: "/"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
- name: "image_file_name"
field:
element: "text"
label: "Image file name (located in assets/uploads/ folder)"
value: ""
- name: "image_caption"
field:
element: "text"
label: "Image caption"
value: ""
- name: "fact_lead"
field:
element: "textarea"
label: "Optional fact or lead paragraph"
value: ""