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 - .gitignore
- .jekyll-cache/ - .jekyll-cache/
- .sass-cache/ - .sass-cache/
- .vscode - .vscode/
- .editorconfig
- build/ - build/
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- node_modules/ - node_modules/
- workspace.code-workspace - workspace.code-workspace
- redirects.json
# Include Files # Include Files
include: include:
@@ -227,7 +229,7 @@ autopages:
categories: categories:
# Optional, the list of layouts that should be processed for every category found in the site # Optional, the list of layouts that should be processed for every category found in the site
layouts: layouts:
- 'index.liquid' - 'index_categories.liquid'
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name) # Optional, the title that each category paginate page should get (:cat is replaced by the Category name)
title: ':cat' title: ':cat'
# Optional, the permalink for the pagination page (:cat is replaced), # Optional, the permalink for the pagination page (:cat is replaced),
@@ -242,7 +244,7 @@ autopages:
# Collection pages, omit to disable # Collection pages, omit to disable
collections: collections:
layouts: layouts:
- 'index.liquid' - 'index_collections.liquid'
title: ':coll' # :coll is replaced by the collection name title: ':coll' # :coll is replaced by the collection name
permalink: '/:coll' permalink: '/:coll'
silent: false silent: false