-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
118 lines (103 loc) · 2.59 KB
/
_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
# Site settings
title: "CHAMP - Character in Athletics Make it A Priority"
email: "[email protected]"
description: ""
baseurl: "" # the subpath of your site, e.g. /blog/ - keep empty!
url: "https://donate.champfc.com" # the base hostname & protocol for your site - don't include the forward slash
#timezone: America/Denver - Don't set for CloudCannon...for reasons.
version: "3.8.2" # the version of jekyll
#CloudCannon defaults
uploads_dir: "assets/images"
# Gems for plugins
plugins:
- jekyll-sitemap # Simple jekyll plugin that creates a sitemap.xml file and you can exclude files by adding 'sitemap:false' to the frontmatter of any file(s).
- jekyll-include-cache # Cache jekyll includes to improve build times
# Permalinks
permalink: pretty
# Compress HTML
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: [local]
blanklines: false
profile: true
startings: [html, head, body]
#Collections
collections:
defaults:
# Cloudcannon Options
_options:
some_markdown:
bold: true
table: true
_text:
bold: true
italic: true
link: true
_block:
removeformat: true
format: p h1 h2 h3 h4 h5 h6 pre address div
bold: true
italic: true
numberedlist: true
bulletedlist: true
outdent: true
indent: true
left: align-to-left
center: align-to-center
right: align-to-right
table: true
link: true
image: true
styles: /assets/css/wysiwyg.css
content:
removeformat: true
format: p h1 h2 h3 h4 h5 h6 pre address div
bold: true
italic: true
numberedlist: true
bulletedlist: true
outdent: true
indent: true
left: align-to-left
center: align-to-center
right: align-to-right
table: true
link: true
image: true
styles: /assets/css/wysiwyg.css
share_image_path:
width: 1200
height: 1200
resize_style: "contain"
mime_type: "image/jpeg"
expandable: false
uploads_dir: "assets/images/share"
_comments:
share_image_path: "The social share image needs to be at least 1200x1200px and if not that exact same size CloudCannon will scale and crop it to 1200x1200."
# Cloudinary
# cloudinaryurl: 'https://res.cloudinary.com/grow-your-storage/'
# Typekit
# typekit: "dan8xfd"
# Google Analytics
google_analytics_tracking_id:
include: ["_collections"]
exclude: [
"siteicon.png",
"npm-debug.log",
"Gemfile",
"Gemfile.lock",
"README.md",
"assets/**/*.md",
"gulpfile.js",
"node_modules",
"npm-shrinkwrap.json",
"package-lock.json",
"package.json",
"proofScripts.js",
"*.map",
"*.scss",
"assets/js/dev"
]