summaryrefslogtreecommitdiffstats
path: root/blog/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_config.yml')
-rw-r--r--blog/_config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/blog/_config.yml b/blog/_config.yml
index b16cdc5..392234b 100644
--- a/blog/_config.yml
+++ b/blog/_config.yml
@@ -3,6 +3,12 @@ languages: ["nb", "en"]
exclude_from_localizations: ["assets", "css"]
title: Norsk Urskog
paginate: 5
+
+collections:
+ concerts:
+ output: true
+
+
defaults:
-
scope:
@@ -11,3 +17,9 @@ defaults:
values:
layout: "post"
author: "Harald"
+ -
+ scope:
+ path: "concerts"
+ type: "concerts"
+ values:
+ layout: "concert"