-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
108 lines (102 loc) · 2.75 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
title: "Kankakee Community College"
site_name: Continuing Education
public-url: "https://www.kcc.edu"
url: "https://www.kcc.edu/continuinged"
canonical_baseurl: https://www.kcc.edu/continuinged
subsection_title: "KCC Continuing Education"
theme: "kcc-gem-theme"
port: 3000
core_site: false
theme_config: false
# BUILD
timezone: America/Chicago
google-tag_key: GTM-TNVWT2L
nav_config:
smaller_brand: true
nav_links:
- link_text: Class Schedule
link_href: https://cdn.kcc.edu/continuinged/mailers/cont-ed-mailer.pdf
button: false
external: true
- link_text: Facilities
link_href: facilities
button: false
- link_text: About
link_href: about
button: false
- link_text: Contact
link_href: '#contact'
button: false
- link_text: Sign Up/Login
link_href: https://www.enrole.com/kcc/jsp/login.jsp
button: true
external: true
collections:
announcements:
output: false
contacts:
output: false
testimonials:
output: false
accordions:
output: false
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: true
# Build settings
markdown: kramdown
exclude:
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "siteicon.png"
- "buildtools/"
- "postcss.config.js"
- "look-for-deprecated-bs4-classes.mjs"
- "look-for-deprecated-bs4-js.mjs"
- "look-for-string-in-project-files.mjs"
uploads_dir: "uploads/" # specifies the default uploads directory for CloudCannon
_inputs:
no_main_call_to_action: # Disable visit & apply buttons with `page.no_main_call_to_action: true`
hidden: true # Hide this setting so that editors can't accidentally change it
_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"
_options: # The CloudCannon options key
layout: # We don't want users changing these!!
hidden: true
baseurl: # We don't want users changing these!!
hidden: true
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