From 4d80b0c5480cbafe8a6c3d29efc5e55560b5748e Mon Sep 17 00:00:00 2001 From: MG-5 Date: Mon, 6 Nov 2023 15:55:46 +0100 Subject: [PATCH] Exclude tools folder at jekyll build --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index cb1f38a..9854fe8 100644 --- a/_config.yml +++ b/_config.yml @@ -58,7 +58,7 @@ collections: sass: style: compressed plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed] -exclude: [".jekyll-cache", ".jekyll-metadata", ".idea", "vendor/*", "assets/node_modules/*", "README.md", "docker-compose.yml", "Gemfile", "type-on-strap.gemspec"] +exclude: [".jekyll-cache", ".jekyll-metadata", ".idea", "vendor/*", "assets/node_modules/*", "README.md", "docker-compose.yml", "Gemfile", "type-on-strap.gemspec", "tools"] # theme: type-on-strap # if using the theme as a jekyll theme gem remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github