-
Notifications
You must be signed in to change notification settings - Fork 3
/
blueprints.yaml
61 lines (60 loc) · 1.43 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
name: Material Lite
version: 0.2
description: Material Lite is a lightweight theme reflecting Google's Material Design standards.
icon: rebel
author:
name: Tyler Woods
email: [email protected]
homepage: https://tylermade.net
keywords: grav, theme, material, etc
bugs: https://github.com/tnware/grav-theme-material-lite/issues
readme: https://github.com/tnware/grav-theme-material-lite/blob/master/README.md
license: MIT
form:
validation: loose
fields:
social.enabled:
type: toggle
label: Social Icons in Footer
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
fburl:
type: text
size: medium
label: Facebook
prepend: 'https://facebook.com/'
validate:
type: text
gplusurl:
type: text
size: medium
label: Google
prepend: 'https://google.com/'
validate:
type: text
linkedinurl:
type: text
size: medium
label: Linkedin
prepend: 'https://linkedin.com/'
validate:
type: text
twitterurl:
type: text
size: medium
label: Twitter
prepend: 'https://twitter.com/'
validate:
type: text
discordurl:
type: text
size: medium
label: Discord
prepend: 'https://discord.gg/'
validate:
type: text