diff --git a/about/index.html b/_about/index.html
similarity index 100%
rename from about/index.html
rename to _about/index.html
diff --git a/_config.yml b/_config.yml
index faeac26..3c08547 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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