generated from silveltman/starter-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudcannon.config.yml
99 lines (82 loc) · 1.92 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
paths:
data: src/data
static: public
uploads: public/uploads
# -----------------------------------------------
# Cloudcannn sidebar configuration
# -----------------------------------------------
collection_groups:
- heading: Pages
collections:
- pages
- legal
- heading: Other
collections:
- data
# - translations
# -----------------------------------------------
# Collection configuration
# -----------------------------------------------
collections_config:
pages:
path: src/content/pages
url: /[full_slug]/
output: true
icon: wysiwyg
disable_add: true
disable_add_folder: true
_enabled_editors:
- visual
legal:
path: src/content/legal
output: true
icon: description
_enabled_editors:
- content
translations:
path: src/data/translations
disable_add: true
disable_add_folder: true
data:
path: src/data
disable_add: true
disable_add_folder: true
# -----------------------------------------------
# Input customization
# -----------------------------------------------
_inputs:
layout:
hidden: true
noindex:
hidden: true
seo:
label: SEO
comment: Search engine optimization
seo.title:
label: Meta title
comment: Aim for 50-60 characters
seo.description:
label: Meta description
comment: Aim for 50-120 characters
seo.image:
label: Page image
comment: Displayed when sharing a link to this page
seo.noindex:
label: Noindex
comment: Prevent search engines from indexing this page
seo.canonical:
label: Canonical URL
comment: The preferred URL for this page, meaning the url search engines will index, instead of the current one
image.src:
type: image
label: Upload
correct_orientation: false
image.alt:
label: Description
href:
type: url
label: Link
src:
type: image
label: Upload
correct_orientation: false