-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcloudcannon.config.yml
234 lines (228 loc) · 4.5 KB
/
cloudcannon.config.yml
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
source: site
collections_config_override: true
data_config:
blog-tags: true
collections_config:
pages:
icon: feed
disable_add_folder: true
output: true
path: pages
schemas:
default:
path: site/schemas/page.html
_enabled_editors:
- visual
blog:
path: blog
icon: article
disable_add_folder: true
output: true
schemas:
default:
path: site/schemas/post.md
preview:
metadata:
- icon: newspaper
text:
- key: tags
_enabled_editors:
- content
- visual
data:
output: true
path: _data
icon: settings
disable_add: true
disable_add_folder: true
_enabled_editors:
- data
filter:
exclude:
- nav.json
- footer.json
- theme.json
site_navigation:
output: true
path: _data
icon: table_rows
disable_add: true
disable_add_folder: true
_enabled_editors:
- data
filter:
base: none
include:
- nav.json
- footer.json
theme_palette:
output: true
path: _data
disable_add: true
disable_add_folder: true
icon: color_lens
_enabled_editors:
- data
filter:
base: none
include:
- theme.json
collection_groups:
- heading: Pages
collections:
- pages
- heading: Blogging
collections:
- blog
- heading: Site Settings
collections:
- data
- theme_palette
- site_navigation
_structures:
content_blocks:
style: modal
dropdown:
values:
value:
dropdown_text:
dropdown_link:
social:
values:
value:
link:
icon:
icon_alt:
sections:
values:
value:
title:
links:
links:
values:
value:
text:
link:
_inputs:
post_permalink:
hidden: true
date:
instance_value: now
title_suffix:
comment: Added at the end of the title and highlighted in a different color
pagination.data:
hidden: true
pagination.alias:
hidden: true
pagination.size:
type: number
social:
options:
structures: _structures.social
preview:
icon: link
links:
options:
structures: _structures.links
preview:
icon: link
sections:
options:
structures: _structures.sections
preview:
icon: link
items:
options:
preview:
icon: link
social[*].icon:
type: select
options:
values:
- ph-facebook-logo
- ph-instagram-logo
- ph-twitter-logo
- ph-github-logo
- ph-youtube-logo
logo_url:
comment: Link for the logo in the top left of the footer
copyright:
comment: Automatically prefixed with the current year
isActive:
type: switch
page_description:
comment: If empty, defaults to the description set in the Site SEO data file
favicon_icon:
type: image
comment: For the shortcut icon meta tag
favicon_image:
type: image
comment: For the icon meta tag
canonical_url:
comment: If empty, defaults to the page URL
featured_image:
comment: Defaults to the image set in the Site SEO data file
featured_image.image:
type: image
options:
width: 1296
resize_style: crop
thumb_image.image:
type: image
options:
width: 500
height: 413
resize_style: crop
open_graph_type:
type: select
options:
values:
- website
- article
- profile
author_twitter_handle:
type: twitter
comment: Defaults to the twitter site value set in the Site SEO data file
no_index:
type: checkbox
comment: When selected this removes the page from your sitemap and adds the noindex robots meta tag
enable_dropdown:
type: switch
dropdown:
type: array
options:
structures: _structures.dropdown
label: Dropdown Items
hidden: "!enable_dropdown"
dropdown_link:
type: url
label: Link
dropdown_text:
type: text
label: Name
logo:
type: image
permalink:
type: text
comment: Prefix the url with a forward slash e.g. /blog/
tags:
type: multiselect
options:
values: data.blog-tags
layout:
hidden: true
eleventyExcludeFromCollections:
hidden: true
twitter_site:
type: twitter
label: Twitter Username
enable_nav_btn:
type: switch
nav_btn:
hidden: "!enable_nav_btn"
paths:
uploads: images
data: _data
collections: content
includes: layouts
layouts: layouts