forked from hibbitts-design/grav-theme-learn2-git-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
executable file
·133 lines (119 loc) · 3.25 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
name: Learn2 Git Sync
type: theme
slug: learn2-git-sync
version: 1.6.7
description: "A customized version of the Learn2 theme for use with the Learn2 with Git Sync skeleton package. Includes selectable visual styles."
icon: git
author:
name: Hibbitts Design
email: [email protected]
url: http://hibbittsdesign.org
homepage: https://github.com/hibbitts-design/grav-theme-learn2-git-sync
demo: http://demo.hibbittsdesign.org/grav-learn2-git-sync/
keywords: learn2, gitsync
bugs: https://github.com/hibbitts-design/grav-theme-learn2-git-sync/issues
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
- anchors
- breadcrumbs
- external_links
- feed
- git-sync
- markdown-notices
- prism-highlight
- simplesearch
- shortcode-core
- learn2
form:
validation: loose
fields:
gitsyncoptions:
type: section
title: 'Git Sync Link Options'
underline: true
github.position:
type: select
size: medium
classes: fancy
label: Git Link Position
options:
top: Top
bottom: Bottom
off: Off
github.icon:
type: input.text
size: small
label: Custom Git Link Font Awesome Icon
description: Icon short name.
help: Enter the short name of the Font Awesome icon for the link, for example 'gitlab'.
validate:
type: text
github.tree:
type: text
label: Custom Git Repository Tree URL
help: Enter the URL that leads to the pages folder of your Git Repository.
description: "URL path to the pages folder, but with '/pages' and everything following it removed. For example, 'https://github.com/paulhibbitts/demo-grav-learn2-with-git-sync/tree/master'."
siteandpageoptions:
type: section
title: 'Learn 2 Theme Options'
underline: true
enable_doc_versioning:
type: toggle
label: 'Document Versioning'
description: Support display of version specific docs using the multi-language feature.
highlight: 1
default: 0
options:
1: 'Yes'
0: 'No'
validate:
type: bool
hide_site_title:
type: toggle
label: 'Hide Site Title'
highlight: 1
default: 0
options:
1: 'Yes'
0: 'No'
validate:
type: bool
style:
type: select
size: medium
label: Style
description: Custom style selection.
default: default
options:
default: Default
hoth: Hoth
longyearbyen: Longyearbyen
spitsbergen: Spitsbergen (Hoth v2)
top_level_version:
type: toggle
label: Top Level Version
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
home_url:
type: text
label: Home URL
placeholder: http://getgrav.org
validate:
type: text
google_analytics_code:
type: text
label: Google Analytics Code
placeholder: UA-XXXXXXXX-X
validate:
type: text
default_taxonomy_category:
type: text
label: Default Taxonomy Category
validate:
required: true