1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-05-28 07:27:53 +02:00

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:
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