-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
146 lines (131 loc) · 3.88 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
name: Momh
version: 0.1.0
description: momh is the template I use for My Own Memory Hole, my own personnal website.
icon: rebel
author:
name: Brice Boucard
email: [email protected]
homepage: https://github.com/bricebou/grav-theme-momh-grav
demo: http://demo.yoursite.com
keywords: grav, theme, etc
bugs: https://github.com/bricebou/grav-theme-momh-grav/issues
readme: https://github.com/bricebou/grav-theme-momh-grav/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: loose
fields:
grid-size:
type: select
label: Grid size
help: The maximum width of the theme
size: small
options:
'': None (full width)
grid-xl: Extra Large
grid-lg: Large
grid-md: Medium
sticky-footer:
type: toggle
label: Sticky footer
help: When enabled, the footer will be sticky at the bottom of the browser
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header_section:
type: section
title: Header options
underline: true
header-font-align:
type: text
label: Site title formating
markdown: true
description: 'There are several options that can be listed here (space separated):<br />"fleft" "fcenter" "fright" "text-lowercase" "text-uppercase" "text-bold" "text-italic" "text-weight-light" '
default: 'fcenter text-lowercase text-italic text-weight-light'
size: medium
header-fitted:
type: toggle
label: FitText Header
description: jQuery free ! FitText (https://github.com/adactio/FitText.js) makes font-sizes flexible.
help: FitText script applied on the site title?
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
header-fitted-min-width:
type: text
size: x-small
label: Window min-width
help: FitText is trigerred only when the width of the window is...
description: 'Spectre CSS breakpoints are : xs=480, sm=600, md=840, lg=960, xl=1280'
validate:
type: int
min: 480
max: 1280
default: 600
header-fitted-max:
type: text
size: x-small
label: FitText Header Max Size
help: The size FitText uses as maximum font size when applied to the site title
validate:
type: int
min: 1
max: 120
default: 60
navbar_section:
type: section
title: Navbar options
underline: true
navbar-align:
type: text
label: Navbar Position
description: 'Only one these three : "fleft" "fcenter" "fright"'
default: 'fcenter'
# placeholder: '/blog'
size: medium
dropdown.enabled:
type: toggle
label: Dropdown in Menu
description: non-jQuery solution, only CSS, thanks to Deliver theme.
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
spectre_section:
type: section
title: Spectre.css Options
underline: true
spectre.links:
type: toggle
label: External Links Icon
help: When enabled, the "link" icon of Icon CSS will be added to all external links within main content block and footer.
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
spectre.links-footer:
type: toggle
label: Footer External Links Icons
help: Add the "link" icon of Icon CSS inside the footer ?
highlight: 1
default: 1
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool