-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (51 loc) · 1.92 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
title: "Kankakee Community College"
site_name: 'Welcome'
public-url: "https://welcome.kcc.edu"
url: "https://welcome.kcc.edu"
canonical_baseurl: "https://welcome.kcc.edu"
port: 3000
# BUILD
theme: "landing-page-gem"
google-tag_key: 'GTM-WVXT4NM'
contact_phone: 815-802-8500 ## Uncomment to override default phone no. of 815-802-8500
custom_site_js: false
custom_site_styling: true
permalink: pretty
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"
- "webpack.config.js"
- "siteicon.png"
- "postcss.config.js"
- "buildtools/"
- "look-for-deprecated-bs4-js.mjs"
- "look-for-deprecated-bs4-classes.mjs"
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.
categories: "FOR CATEGORIES <br/>SPORTS-SPECIFIC: <br/>1.) First enter the sport's category from this list <br/>2.) followed by the \"news\" category. <br/>(e.g. mens-basketball news) <br/>GENERAL NEWS: <br/>1.) Enter \"news\" category first <br/>2.) followed by the \"general\" category. <br/>(e.g. news general)"
sport_category: Sport for which news item pertains. Gets pulled into news rollup.
news_thumb_image: Must be 16:9 ratio image. Preferably 200px wide.
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