-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudcannon.config.yml
147 lines (139 loc) · 2.72 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
collections_config:
data:
name: Menus
path: _data
posts:
name: Posts
path: _posts
add_options:
- name: Add Post
editor: content
schema: default
schemas:
default:
path: .cloudcannon/schemas/post.md
name: Blog Post
_enabled_editors:
- content
_inputs:
$.meta_img:
label: Meta Image
$.tags:
type: multiselect
options:
values: []
allow_create: true
allow_empty: true
date:
instance_value: NOW
published:
type: switch
drafts:
path: _drafts
output: false
create:
publish_to: posts
_inputs:
$.published:
type: switch
projects:
name: Projects
path: _projects
schemas:
default:
path: .cloudcannon/schemas/project.md
name: Project
_enabled_editors:
- content
_inputs:
$.image[*]:
type: image
$.image:
type: array
$.tech:
type: array
$.layout:
hidden: true
published:
type: switch
experience:
name: Experience
path: _experience
_enabled-editors:
- data
schemas:
default:
path: .cloudcannon/schemas/experience.md
name: Experience
_inputs:
$.org_logo:
type: image
projects:
type: multiselect
options:
values: collections.projects
value_key: path
skills:
name: Skills
path: _skills
pages:
name: Pages
path: _pages
collection_groups:
- heading: Content
collections:
- posts
- drafts
- projects
- experience
- skills
- pages
- data
paths:
static: ''
uploads: images
_inputs:
template:
hidden: true
css:
hidden: true
date:
instance_value: NOW
timezone: America/Los_Angeles
_editables:
text:
italic: true
block:
format: p h3
undo: true
redo: true
content:
blockquote: true
bold: true
format: p h1 h2 h3 h4 h5 h6 pre address div
italic: true
strike: true
subscript: true
superscript: true
underline: true
link: true
bulletedlist: true
indent: true
numberedlist: true
outdent: true
code: true
embed: true
horizontalrule: true
image: true
table: true
undo: true
redo: true
removeformat: true
copyformatting: true
styles: /css/editor.css
left: align-left
center: align-center
right: align-right
justify: align-justify
image_size_attributes: true
snippet: true