🔧Fix 'About' collection

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 21:28:58 +01:00
parent 498e636ab6
commit 8f4bb9ddf5
3 changed files with 35 additions and 18 deletions
+9 -14
View File
@@ -61,6 +61,7 @@ ignore_theme_config: true
collections:
posts:
output: false
label: "Articles"
guides:
output: true
permalink: '/guides/:path/'
@@ -68,32 +69,26 @@ collections:
sort_by: title
about:
output: true
permanlink: ':path'
permalink: '/about/:path/'
label: "About"
sort_by: title
defaults:
- scope:
-
scope:
path: ""
type: "posts"
values:
type: "post"
layout: "default"
author: "Michael Fabian 'Xaymar' Dirks <info@<xaymar.com>"
page_excerpt: true
comments: true
- scope:
-
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
type: "page"
# Custom Theme Config
xaymar: