-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
119 lines (113 loc) · 3.62 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
title: "KCC"
site_name: KCC Gem Theme
public-url: "https://www.kcc.edu"
url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
timezone: America/Chicago
port: 3000
google-tag_key: Google Tag Manager key goes here
theme_config: true
translate: true ## Uncomment to activate Google Translate Powers (unfortunately no cowpowers)!!
nav_config:
smaller_brand: true
nav_links:
- link_text: Home
link_href: ''
button: false
- link_text: accordion
link_href: 'accordion'
button: false
- link_text: Modal
link_href: 'modal'
button: false
- link_text: Contacts
link_href: '#contact'
button: false
- link_text: Enroll
dropdown:
- text: Community Literacy
href: 'programs/community-literacy'
- text: English as a Second Language
href: 'programs/esl'
- text: GED/High School Equivalency
href: 'programs/ged'
# - 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:` values must have a single '/' in the link (no '/' in the begining or end of the string) ##
## ##
## ========================================================================================================== #
#
sub-nav_links:
- link_text: Public Relations
link_href: 'accordion/public-relations'
- link_text: Web Services
link_href: 'accordion/web-services'
#
collections:
tabs:
output: false
accordions:
output: false
contacts:
output: false
defaults:
- scope:
path: ''
type: posts
values:
layout: post
title: ''
permalink: /:categories/:title/
baseurl: ../../../
categories:
- news
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
# include:
# - "_accordions/"
# - "_tabs/"
exclude:
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.txt"
- "webpack.config.js"
- "*.gem"
- "*.gemspec"
- "buildtools/"
- "postcss.config.js"
- "look-for-deprecated-bs4-classes.mjs"
- "look-for-deprecated-bs4-js.mjs"
# Settings for the compress.html layout
## See https://jch.penibelst.de/ for more info
compress_html:
clippings: all # Array of elements to clip whitespace around or `all`
comments: all # Comments to strip out
endings: all # Array of elements with optional end tags or `all`
ignore:
envs: ['development'] # Array of environments to not compress in (from JEKYLL_ENV)
# startings: [head, body] # Array of elements with optional start tags
# profile: true # Generate a table of compression/savings stats
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"