_config.yml in kcc-gem-theme-2.37.1 vs _config.yml in kcc-gem-theme-3.0.0
- old
+ new
@@ -1,10 +1,10 @@
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
-canonical_baseurl: https://www.kcc.edu
+canonical_baseurl: https://www.kcc.edu # NO trailing slash ## Used to build canonical link elements in document head
port: 3000
timezone: America/Chicago
google-tag_key: Google Tag Manager key goes here
theme_config: true # This key should only be in the theme's _config.yml file and nowhere else # Otherwise you will get JS errors
core_site: true
@@ -13,11 +13,11 @@
tabs:
output: false
accordions:
output: false
contacts:
- output: true
+ output: false
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:
@@ -46,9 +46,12 @@
- "*.gem"
- "*.gemspec"
- "ruby-version.txt"
- "buildtools/"
- "postcss.config.js"
+ - "notes-on-bs5-migration.md"
+ - "look-for-deprecated-bs4-classes.mjs"
+ - "look-for-deprecated-bs4-js.mjs"
uploads_dir: # specifies the default uploads directory for uploads in CloudCannon
- "uploads/"
## ================================================ ##