-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudcannon.config.yml
More file actions
executable file
·162 lines (162 loc) · 3.82 KB
/
cloudcannon.config.yml
File metadata and controls
executable file
·162 lines (162 loc) · 3.82 KB
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
_schema: _schema
paths:
uploads: uploads
static: ''
collections_config:
pages:
path: ''
name: Pages
icon: wysiwyg
disable_url: false
disable_add: false
disable_add_folder: false
disable_file_actions: false
drafts:
path: _drafts
name: Drafts
icon: event
disable_url: false
_inputs:
categories:
type: multiselect
options:
allow_create: true
empty_type: array
values: collections.posts[*].categories
cascade: true
tags:
type: multiselect
options:
allow_create: true
empty_type: array
values: collections.posts[*].tags
cascade: true
create:
path: ''
publish_to: posts
disable_add: false
disable_add_folder: false
disable_file_actions: false
portfolio:
path: _portfolio
name: Portfolio
icon: pergola
disable_url: false
disable_add: false
disable_add_folder: false
disable_file_actions: false
posts:
path: _posts
name: Posts
icon: event_available
disable_url: false
_inputs:
categories:
type: multiselect
options:
allow_create: true
empty_type: array
values: collections.posts[*].categories
cascade: true
tags:
type: multiselect
options:
allow_create: true
empty_type: array
values: collections.posts[*].tags
cascade: true
add_options:
- name: Add Post
- name: Add Draft
collection: drafts
create:
path: >-
[relative_base_path]/{date|year}-{date|month}-{date|day}-{title|slugify}.[ext]
disable_add: false
disable_add_folder: false
disable_file_actions: false
publications:
path: _publications
name: Publications
icon: functions
disable_url: false
disable_add: false
disable_add_folder: false
disable_file_actions: false
talks:
path: _talks
name: Talks
icon: masks
disable_url: false
disable_add: false
disable_add_folder: false
disable_file_actions: false
teaching:
path: _teaching
name: Teaching
icon: healing
disable_url: false
disable_add: false
disable_add_folder: false
disable_file_actions: false
data:
path: _data
name: Data
icon: data_usage
disable_url: true
disable_add: true
disable_add_folder: true
disable_file_actions: true
data_comments_layout_comments:
path: _data/comments/layout-comments
name: Data Comments Layout Comments
icon: connect_without_contact
disable_url: true
disable_add: false
disable_add_folder: false
disable_file_actions: false
data_comments_markup_syntax_highlighting:
path: _data/comments/markup-syntax-highlighting
name: Data Comments Markup Syntax Highlighting
icon: format_ink_highlighter
disable_url: true
disable_add: false
disable_add_folder: false
disable_file_actions: false
data_comments_welcome_to_jekyll:
path: _data/comments/welcome-to-jekyll
name: Data Comments Welcome To Jekyll
icon: local_convenience_store
disable_url: true
disable_add: false
disable_add_folder: false
disable_file_actions: false
_snippets_imports:
jekyll: true
timezone: America/New_York
markdown:
engine: kramdown
options:
xhtml: false
breaks: false
linkify: false
typographer: true
quotes: ‘’“”
spaced_lists: false
sentence_per_line: false
gfm: true
code_block_fences: '```'
escape_snippets_in_code_blocks: false
treat_indentation_as_code: true
table: false
strikethrough: false
subscript: false
superscript: false
heading_ids: true
attributes: true
attribute_elements:
inline: right
block: below
tr: none
td: none
li: right-of-prefix