This repository has been archived by the owner on Feb 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprints.yaml
94 lines (94 loc) · 3.1 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
name: "Simplicity"
version: 2.0.0
description: "This theme for the Grav CMS is a simple and clear modular design. This is primarily used to create a portfolio of yours. You can also use this to introduce your projects to the public or to run a blog."
icon: id-card-o
keywords: portfolio, modular, simple, project, responsive, theme, modern
author:
name: Tom Hirter
email: [email protected]
url: https://hirter.dev
homepage: https://github.com/Memurame/grav-theme-simplicity
bugs: https://github.com/Memurame/grav-theme-simplicity/issues
license: MIT
demo: https://demo.hirter.dev/simplicity
dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: tools-collection, version: '>=0.1.0' }
- { name: auto-date, version: '>=1.0.2' }
form:
validation: loose
fields:
navigation:
type: toggle
label: Navigation
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
copyright:
type: text
label: Copyright
default: "Simplicity"
validate:
required: true
tabs:
type: tabs
active: 1
class: subtle
fields:
inhalt:
type: tab
title: THEME_SIMPLICITY.ADMIN.TAB.CONTENT
fields:
pers:
type: section
title: THEME_SIMPLICITY.ADMIN.SECTION.PERSON
underline: true
fields:
header.name:
type: text
label: THEME_SIMPLICITY.ADMIN.FIELDS.NAME.LABEL
validate:
required: true
header.subtitle:
type: text
label: THEME_SIMPLICITY.ADMIN.FIELDS.SUBTITLE.LABEL
validate:
required: true
header.image:
type: file
label: THEME_SIMPLICITY.ADMIN.FIELDS.PROFILE_IMAGE.LABEL
destination: 'user/themes/simplicity/images/custom'
social:
type: section
title: THEME_SIMPLICITY.ADMIN.SECTION.SOCIAL
underline: true
fields:
header.social.facebook:
type: text
label: "Facebook"
toggleable: true
placeholder: "https://facebook.com/john.doe"
header.social.twitter:
type: text
label: "Twitter"
toggleable: true
placeholder: "https://facebook.com/john.doe"
header.social.linkedin:
type: text
label: "Linkedin"
toggleable: true
placeholder: "https://facebook.com/john.doe"
header.social.github:
type: text
label: "Github"
toggleable: true
placeholder: "https://facebook.com/john.doe"
header.social.google:
type: text
label: "Google+"
toggleable: true
placeholder: "https://facebook.com/john.doe"