-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
101 lines (94 loc) · 2.43 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
title: "Kankakee Community College"
name: "KCC Newsroom"
timezone: America/Chicago
url: "https://news.kcc.edu"
google_analytics_key: UA-4328282-19
collections:
announcements:
output: false
defaults:
- scope:
type: ''
values:
image: "/uploads/kcc_default_post-placeholder.png"
- scope:
path: ''
type: drafts
values:
image: "/uploads/kcc_default_post-placeholder.png"
- scope:
path: ''
type: posts
values:
layout: post
title: ''
baseurl: ../../../../
permalink: /:year/:month/:day/:title:output_ext
image: "/uploads/kcc_default_post-placeholder.png"
permalink: pretty
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
# Delete this comment and place description on this line
baseurl: "" # the subpath of your site, e.g. /blog
# include:
# - "_pages"
# - "_posts"
## include future posts? (true or false)
future: false
## Plugins:
#plugins:
# - rssgenerator
# - jekyll-feed
# Build settings
markdown: kramdown
kramdown:
smart_quotes: apos,apos,quot,quot
exclude:
- "gulpfile.js"
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "gulpconfig.yml"
- "/docs/"
- "yarn.lock"
- "/assets/adobe/"
- "gulp-tasks/"
- "install.sh"
- "siteicon.png"
uploads_dir: # specifies the default uploads directory for CloudCannon
- "uploads/"
_comments:
layout: Do NOT modify layouts. It may break things.
baseurl: Do NOT modify baseurl. It WILL break all page links.
description: "Descriptions are seen by search engines like Google and displayed in search results."
video_content: Be sure to clear the check-box if your post does not contain a YouTube video.
video_link: Paste your YouTube share link here. <br>YouTube share links look like "https://youtu.be/RVd1gnq4iOc"
press_release: Check this box to display the press-release info at the bottom of the post.
_options:
content:
format: p h2 h3 h4 h5 h6 pre address div
bold: true
italic: true
underline: true
subscript: true
superscript: true
indent: true
outdent: true
image: true
table: true
left: align-left
center: center-this-text
right: align-right
removeformat: true
link: true
numberedlist: true
bulletedlist: true
undo: true
redo: true
styles: /assets/css/content.css
_defaults:
image: "/uploads/kcc_default_post-placeholder.png"