-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
96 lines (91 loc) · 3.18 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
title: "Kankakee Community College"
site_name: KCC Startup Template
public-url: "https://www.kcc.edu"
theme: "kcc-gem-theme"
google-tag_key: Google Tag Manager key goes here
#translate: true ## Uncomment to activate Google Translate Powers!!
nav_links:
- link_text: Home
link_href: ''
button: false
- link_text: Landing Page
link_href: 'landing-page'
button: false
# - link_text: Example External Link
# link_href: 'https://example-external-link.com'
# button: false
# external: true <---- #### Add the `external: true` key & value to make an external link ####
#
#### Example sub-nav configuration below #### ======================================================= #
## ##
## link_href's must have a single '/' in the link (no '/' in the begining or end of the string) ##
## ##
## ================================================================================================== #
#
#sub-nav_links:
# - link_text: Sheets
# link_href: 'reference/gsheets'
# - link_text: CloudCannon
# link_href: 'reference/cloudcannon'
#
collections:
posts:
output: false
_hide_content: true
contacts:
output: false
defaults:
- scope:
path: ''
type: posts
values:
layout: post
title: ''
permalink: /:categories/:title/
baseurl: ../../../
categories: news
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:
- "gulpfile.js"
- "gulp-tasks/"
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "gulpconfig.yml"
- "/docs/"
- "yarn.lock"
- "/assets/adobe/"
- "webpack.config.js"
- "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.
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
translate:
hidden: true # Prevent CloudCannon Users from randomly turning translate on in their site.