-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
146 lines (140 loc) · 3.73 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
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
title: "Kankakee Community College"
name: "KCC Newsroom"
site_name: Newsroom
timezone: America/Chicago
port: 3000
# BUILD
google-tag_key: GTM-T37TN4S
url: "https://news.kcc.edu"
public-url: "https://news.kcc.edu"
canonical_baseurl: "https://news.kcc.edu"
theme: "kcc-gem-theme-original"
nav_links:
- link_text: Home
link_href: ''
button: false
- link_text: News
link_href: 'news'
button: false
- link_text: Events
link_href: 'events'
button: false
- link_text: Videos
link_href: 'videos'
button: false
- link_text: Contact
link_href: '#contact'
button: false
collections:
announcements:
output: false
contacts:
output: false
posts:
_inputs:
date:
instance_value: NOW
expire_date:
instance_value: NOW
context:
open: true
title: Help
icon: help
content: |
Attaching a PDF? - Don't upload files into the root; PDF files should go into "/uploads/pdf/"
drafts:
_inputs:
date:
instance_value: NOW
expire_date:
instance_value: NOW
context:
open: true
title: Help
icon: help
content: |
Attaching a PDF? - Don't upload files into the root; PDF files should go into "/uploads/pdf/"
defaults:
- 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
include:
- "archive/"
exclude:
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "siteicon.png"
- "ARCHIVE_PROCEDURE.md"
- "TODO.md"
- "webpack.config.js"
- "buildtools/"
- "postcss.config.js"
- "process-archive-files.mjs"
- "look-for-deprecated-bs4-classes.mjs"
- "look-for-deprecated-bs4-js.mjs"
- "look-for-string-in-project-files.mjs"
uploads_dir: "/uploads/2023"
_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: "Place a check in the box if the post contains a YouTube embed. (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.
title: Title should be 46 characters or less. Do not use an ampersand ("&") unless surrounded by spaces (i.e. " & " is the only allowable use of an ampersand.)
_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