aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 15:09:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 15:09:19 +0300
commit04d53a3933bc4600373575ba5b66191e1c24a85d (patch)
tree7ca4da8fa3877e4858f507e557e924d64d2721ff /_config.yml
parentmove categories pages to /categories/ (diff)
downloadjekyll-theme-04d53a3933bc4600373575ba5b66191e1c24a85d.tar.gz
jekyll-theme-04d53a3933bc4600373575ba5b66191e1c24a85d.zip
add default layout for categories/
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 5f3b770..05aac75 100644
--- a/_config.yml
+++ b/_config.yml
@@ -35,6 +35,11 @@ defaults:
type: notes
values:
layout: note
+ - scope:
+ path: categories
+ type: pages
+ values:
+ layout: category
excerpt_separator: ""
include_comments: true