forked from CloudCannon/sendit-eleventy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudcannon.config.yml
78 lines (76 loc) · 1.77 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
collections_config:
pages:
schemas:
page:
path: site/schemas/page.html
_enabled_editors:
- visual
blog:
path: 'blog'
schemas:
default:
path: site/schemas/post.md
_enabled_editors:
- content
- visual
_inputs:
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:
preview:
icon: link
links:
options:
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: Defaults to the description set in the Site SEO data file
favicon_icon:
type: image
comment: For the shortcut icon meta tag
faivcon_image:
type: image
comment: For the icon meta tag
canonical_url:
comment: Defaults to the pages url
featured_image:
comment: Defaults to the image set in the Site SEO data file
open_graph_type:
comment: Defaults to the type 'website'
author_twitter_handle:
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
layout:
hidden: true
eleventyExcludeFromCollections:
hidden: true