forked from y7kim/agency-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudcannon.config.yml
52 lines (44 loc) · 1.51 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
# Read the CloudCannon documentation for more information on how to use this file:
# https://cloudcannon.com/documentation/articles/setting-global-configuration/?ssg=Jekyll
# Collections are related sets of content files, typically grouped by folder.
# Here you can define your collections, as well as any
# CloudCannon configuration specific to those collections.
collections_config:
data:
path: _data
output: false
posts:
path: _posts
output: true
create:
path: >-
[relative_base_path]/{date|year}-{date|month}-{date|day}-{title|slugify}.[ext]
pages:
path: ''
output: true
filter: strict
# Control which collections are displayed in the CloudCannon site navigation,
# and how those collections are grouped.
collection_groups:
# Set this to true to disable auto-detection of collections.
collections_config_override: false
# Control which data sets are available to populate select and multiselect inputs.
data_config:
# Base path to your source files, relative to the root folder of your repository.
source:
# The locations of various types of files within your site.
# Each path is relative to your site's source folder.
paths:
data: _data
collections: ''
layouts: _layouts
static: ''
uploads: uploads
includes: _includes
dam_uploads: ''
dam_static: ''
# Lets you control the look and behaviour of the Source Editor.
source_editor:
# Timezone of your site in IANA format. This is used by date and datetime inputs
# within the CloudCannon Data Editor.
timezone: Etc/UTC