_config.yml in kcc-gem-theme-3.0.6 vs _config.yml in kcc-gem-theme-3.2.0

- old
+ new

@@ -27,13 +27,13 @@ # include future posts? (true or false) future: true # Build settings markdown: kramdown -include: - - "_accordions/" - - "_tabs/" +# include: + # - "_accordions/" + # - "_tabs/" exclude: - "node_modules" - "npm-debug.log" - "package.json" @@ -49,9 +49,21 @@ - "buildtools/" - "postcss.config.js" - "notes-on-bs5-migration.md" - "look-for-deprecated-bs4-classes.mjs" - "look-for-deprecated-bs4-js.mjs" + - "look-for-string-in-project-files.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 uploads in CloudCannon - "uploads/" ## ================================================ ##