🔧Fix 'About' collection
This commit is contained in:
+9
-14
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user