Add new About collection and change page defaults

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 06:19:06 +01:00
parent 77e8ce9c4a
commit 7858ac2dfc
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -66,6 +66,11 @@ collections:
permalink: '/guides/:path/'
label: "Guides"
sort_by: title
about:
output: true
permanlink: ':path'
label: "About"
sort_by: title
defaults:
- scope:
@@ -73,12 +78,21 @@ defaults:
type: "posts"
values:
layout: "default"
page_excerpt: true
comments: true
- scope:
path: ""
type: "pages"
values:
layout: "default"
page_excerpt: true
comments: true
- scope:
path: "_guides"
type: "pages"
values:
layout: "default"
page_excerpt: true
comments: true
# Custom Theme Config