diff --git a/_config.yml b/_config.yml index 80ff67a..3d656bb 100644 --- a/_config.yml +++ b/_config.yml @@ -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