Exclude additional files and use split templates

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-04 02:18:32 +02:00
parent b73ebfa731
commit 7b051e9540
+5 -3
View File
@@ -31,12 +31,14 @@ exclude:
- .gitignore
- .jekyll-cache/
- .sass-cache/
- .vscode
- .vscode/
- .editorconfig
- build/
- Gemfile
- Gemfile.lock
- node_modules/
- workspace.code-workspace
- redirects.json
# Include Files
include:
@@ -227,7 +229,7 @@ autopages:
categories:
# Optional, the list of layouts that should be processed for every category found in the site
layouts:
- 'index.liquid'
- 'index_categories.liquid'
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name)
title: ':cat'
# Optional, the permalink for the pagination page (:cat is replaced),
@@ -242,7 +244,7 @@ autopages:
# Collection pages, omit to disable
collections:
layouts:
- 'index.liquid'
- 'index_collections.liquid'
title: ':coll' # :coll is replaced by the collection name
permalink: '/:coll'
silent: false