-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
198 lines (192 loc) · 5.25 KB
/
blueprints.yaml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
name: MDL Portfolio
version: 0.2.0
description: Theme based on MDL Portfolio Template
icon: rebel
author:
name: Benny Stark
email: [email protected]
homepage: https://www.benjamin-stark.de
demo:
keywords: grav, theme, MDL, portfolio, blog, google, material desgin lite,
bugs: https://github.com/diggen85/grav-theme-mdl-portfolio/
readme: https://github.com/diggen85/grav-theme-mdl-portfolio/blob/develop/README.md
license: MIT (Theme provided Images - Copyright Google, 2015. Licensed under Apache-2 license)
dependencies:
- { name: shortcode-core}
- { name: grav, version: '>=1.6.0' }
form:
validation: loose
fields:
user_images:
type: file
label: Theme User Images
destination: 'theme@:/images'
style: vertical
random_name: false
avoid_overwriting: true
multiple: true
accept:
- .png
- .jpg
mdl_theme_css:
type: text
label: 'MDL Theme CSS - <a href="https://getmdl.io/customize/index.html" target="_blank">getMDL Custom CSS theme builder</a>'
style: vertical
default: material.grey-pink.min.css
head:
type: fieldset
title: 'Head / Navigation Options'
info: 'Info text'
collapsible: true
collapsed: true
fields:
head.logo:
type: filepicker
folder: 'theme@:/images'
label: Page Logo
preview_images: true
accept:
- .png
- .jpg
head.bg_image:
type: filepicker
folder: 'theme@:/images'
label: Background Image
preview_images: true
accept:
- .png
- .jpg
head.bg_color:
type: colorpicker
label: Background Color
default: 'rgba(197, 197, 197, 0.44)'
head.text_color:
type: colorpicker
label: Text Color
default: 'rgb(66, 66, 66)'
head.nav_bg_color:
type: colorpicker
label: Navigation Background Color
default: 'rgb(0,0,0,0.08)'
head.nav_text_color:
type: colorpicker
label: Navigation Text Color
default: 'rgb(66, 66, 66)'
default:
type: fieldset
title: 'Default Page Options'
info: 'Info text'
collapsible: true
collapsed: true
fields:
default.image:
type: filepicker
folder: 'theme@:/images'
label: Default Page Card Default Image
preview_images: true
- .png
- .jpg
portfolio:
type: fieldset
title: 'Portfolio Options'
info: 'Info text'
collapsible: true
collapsed: true
fields:
portfolio.image:
type: filepicker
folder: 'theme@:/images'
label: Portfolio Card Default Image
preview_images: true
- .png
- .jpg
blog:
type: fieldset
title: 'Blog Options'
info: 'Info text'
collapsible: true
collapsed: true
fields:
blog.image01:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 01) Card Default Image
preview_images: true
- .png
- .jpg
blog.image02:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 02) Card Default Image
preview_images: true
- .png
- .jpg
blog.image03:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 03) Card Default Image
preview_images: true
- .png
- .jpg
blog.image04:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 04) Card Default Image
preview_images: true
- .png
- .jpg
blog.image05:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 05) Card Default Image
preview_images: true
- .png
- .jpg
blog.image06:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 06) Card Default Image
preview_images: true
- .png
- .jpg
blog.image07:
type: filepicker
folder: 'theme@:/images'
label: Blog (Type 07) Card Default Image
preview_images: true
- .png
- .jpg
foot:
type: fieldset
title: 'Footer Options'
info: 'Info text'
collapsible: true
collapsed: true
fields:
foot.text:
type: text
classes: fancy
label: Text
show_all: true
foot.page1:
type: pages
label: Page 1
show_all: true
show_modular: false
show_root: false
foot.page2:
type: pages
classes: fancy
label: Page 2
show_all: true
foot.bg_image:
type: filepicker
folder: 'theme@:/images'
label: Background Image
preview_images: true
- .png
- .jpg
foot.text_color:
type: colorpicker
label: Text Color
default: #D8D8D8