Add new About collection and change page defaults
This commit is contained in:
+14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user