forked from tranduyhung/grav-theme-multiverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
executable file
·67 lines (66 loc) · 2.11 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
name: Multiverse
description: "Grav theme based on Multiverse HTML theme of html5up.net."
version: 1.0.0
icon: photo
author:
name: Hung Tran
email: hungtran@peaceofmindwebsite.com
url: http://www.peaceofmindwebsite.com
homepage: https://github.com/tranduyhung/grav-theme-multiverse
demo: http://www.peaceofmindwebsite.com/skeletons/multiverse
keywords: theme, template, html5up, responsive, html5, photo, portifolio, image, gallery, photography
bugs: https://github.com/tranduyhung/grav-theme-multiverse/issues
license: MIT
form:
validation: loose
fields:
favicon:
type: text
label: Favicon's Filename
placeholder: favicon.png
help: Name of favicon file in theme's images folder. favicon.png is used by default.
about_label:
type: text
label: About's Label
placeholder: Label for About link in footer
help: Label for About link in footer.
about_header:
type: text
label: About's Header
placeholder: Header for about section
help: Header for about section.
about_content:
type: textarea
label: About's Content
placeholder: Text or HTML code for about section
help: Text or HTML code for about section.
copyright:
type: textarea
label: Copyright Text
placeholder: Text or HTML code
contact_header:
type: text
label: Contact's Header
placeholder: Header for contact form
help: Header for contact form.
social_header:
type: text
label: Social Network's Header
placeholder: Header for social network section
help: Header for social network section.
social_networks:
type: list
label: Social Networks
help: Social networks.
fields:
.icon:
type: text
label: Font Awesome's Icon
placeholder: 'fa-facebook'
.label:
type: text
label: Label
.url:
type: text
label: Link
placeholder: 'https://www.facebook.com/your-page'