Add new About collection and change page defaults
This commit is contained in:
+14
@@ -66,6 +66,11 @@ collections:
|
|||||||
permalink: '/guides/:path/'
|
permalink: '/guides/:path/'
|
||||||
label: "Guides"
|
label: "Guides"
|
||||||
sort_by: title
|
sort_by: title
|
||||||
|
about:
|
||||||
|
output: true
|
||||||
|
permanlink: ':path'
|
||||||
|
label: "About"
|
||||||
|
sort_by: title
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
@@ -73,12 +78,21 @@ defaults:
|
|||||||
type: "posts"
|
type: "posts"
|
||||||
values:
|
values:
|
||||||
layout: "default"
|
layout: "default"
|
||||||
|
page_excerpt: true
|
||||||
|
comments: true
|
||||||
|
- scope:
|
||||||
|
path: ""
|
||||||
|
type: "pages"
|
||||||
|
values:
|
||||||
|
layout: "default"
|
||||||
|
page_excerpt: true
|
||||||
comments: true
|
comments: true
|
||||||
- scope:
|
- scope:
|
||||||
path: "_guides"
|
path: "_guides"
|
||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
layout: "default"
|
layout: "default"
|
||||||
|
page_excerpt: true
|
||||||
comments: true
|
comments: true
|
||||||
|
|
||||||
# Custom Theme Config
|
# Custom Theme Config
|
||||||
|
|||||||
Reference in New Issue
Block a user