-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
180 lines (170 loc) · 5.58 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
name: Webfolio
version: 1.7.0
description: A configurable theme for creating an online portfolio
icon: globe
author:
name: Jason Cox
email: [email protected]
homepage: https://github.com/jasonccox/grav-theme-webfolio
keywords: grav, theme, portfolio, blog
bugs: https://github.com/jasonccox/grav-theme-webfolio/issues
readme: https://github.com/jasonccox/grav-theme-webfolio/blob/master/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: loose
fields:
custom_logo:
type: file
label: Custom Logo
size: large
destination: 'image://webfolio'
multiple: false
markdown: true
description: Will be used instead of default logo `theme://images/grav-logo.svg`
accept:
- image/*
custom_logo_mobile:
type: file
label: Mobile Custom Logo
size: large
destination: 'image://webfolio'
multiple: false
description: Will be used on the overlay for the mobile navigation menu
accept:
- image/*
favicon:
type: file
label: Favicon
size: large
destination: 'image://webfolio'
multiple: false
markdown: true
description: Must be a .png file
accept:
- image/png
show_external_links:
type: toggle
label: Show Extra Links in Navigation Menu
description: Additional links to be shown in the navigation menu.
highlight: 0
default: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
external_links:
type: list
style: horizontal
label: Extra Links
help: Additional links to be shown in the navigation menu.
fields:
.text:
type: text
label: Text
.link:
type: text
label: URL
description: Links are relative unless the protocol (e.g., <tt style="color: crimson;">https://</tt>) is included.
footer_credit:
type: toggle
label: Show Credit in Footer
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool
footer_links:
type: list
style: vertical
label: Footer Links
fields:
.link:
type: text
label: URL
.icon:
type: text
label: Font Awesome Icon Class(es)
description: For example, "fas fa-envelope"
copyright:
type: fieldset
title: Copyright
info: Your copyright info to be displayed in the footer
fields:
copyright.year:
type: text
size: small
label: Year
copyright.name:
type: text
size: large
label: Copyright-Holder's Name
copyright.link:
type: text
size: large
label: Link Target URL
description: The copyright-holder's name will be a link with this target URL
style:
type: fieldset
title: Custom Style
fields:
style.color_bg:
type: colorpicker
label: Background Color
description: The default background color used for pages. Also used as the text color on buttons.
style.color_bg_alt:
type: colorpicker
label: Alternate Background Color
description: An alternate background color.
style.color_bg_hover:
type: colorpicker
label: Background Hover Color
description: The color used when clickable items using the Background Color are hovered.
style.color_bg_blockquote:
type: colorpicker
label: Blockquote Background Color
description: The background color for blockquotes.
style.color_bg_code:
type: colorpicker
label: Code Background Color
description: The background color for code snippets.
style.color_text:
type: colorpicker
label: Text Color
description: The default text color.
style.color_text_light:
type: colorpicker
label: Light Text Color
description: A ligther text color.
style.color_text_dark:
type: colorpicker
label: Dark Text Color
description: A darker text color.
style.color_text_hover:
type: colorpicker
label: Text Hover Color
description: The color used when clickable text (e.g., links) is hovered.
style.color_accent:
type: colorpicker
label: Accent Color
description: An accent color. Used as the default color for links and buttons.
style.color_accent_hover:
type: colorpicker
label: Accent Hover Color
description: The color used when clickable items using the Accent Color are hovered.
style.color_required:
type: colorpicker
label: Required Fields Color
description: The color of required fields in a form.
style.color_border:
type: colorpicker
label: Border Color
description: The color used for borders and dividers.
style.color_border_blockquote:
type: colorpicker
label: Blockquote Border Color
description: The color used for the left border of blockquotes.