diff options
author | uvok cheetah | 2020-01-09 20:26:40 +0100 |
---|---|---|
committer | uvok cheetah | 2020-01-09 20:26:40 +0100 |
commit | dfc78c1bf0215fd693e931a17ffde0c1364c117f (patch) | |
tree | 4f970d640d284c97ebab56a82f61fe6e69265422 /_config.yml | |
parent | 65a34708745faedfb7367bc28fee92bba8a02d83 (diff) |
Generate autopages for categories + rename home layout
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 6469a94..8599915 100644 --- a/_config.yml +++ b/_config.yml @@ -52,3 +52,13 @@ pagination: trail: before: 5 after: 5 + +autopages: + enabled: true + categories: + layouts: ['postlist.html'] + tags: + enabled: false + collections: + enabled: false + |