-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (48 loc) · 1.25 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
#### ANY CHANGE TO THIS FILE REQUIRES THE BUILD-COMMAND TO BE RESTARTED ####
title: "Service Workers"
site_name: Landing Page Startup
public-url: "https://subdomain.kcc.edu"
url: 'URL is needed for robots.txt to work properly' ## NO TRAILING SLASHES!!/<--nope
port: 3000
# contact_phone: 815-802-8888
timezone: America/Chicago
google-tag_key: Google Tag Manager key goes here
custom_site_js: false
custom_site_styling: false
humans_file: 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
sass:
sass_dir: assets/scss
style: expanded
#include:
# - "_pages"
# - "_posts"
## include future posts? (true or false)
future: true
## Build settings
markdown: kramdown
kramdown:
syntax_highlighter: rouge
collections:
accordions:
people: false
exclude:
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.txt"
- "webpack.config.js"
- "*.gem"
- "*.gemspec"
- "ruby-version.txt"
- "buildtools/"
- "postcss.config.js"
- "docs/"
uploads_dir: "uploads/" # specifies the default uploads directory for uploads in CloudCannon