Exclude tools folder at jekyll build

This commit is contained in:
MG-5 2023-11-06 15:55:46 +01:00
parent f4dcc7fe0f
commit 4d80b0c548

View file

@ -58,7 +58,7 @@ collections:
sass: sass:
style: compressed style: compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed] 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 # 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 remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github