From 06a3d9eecfeaed4a0fa144616ef0be02746b06f9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 12 Feb 2016 22:32:08 +0100 Subject: Add info about concerts. --- blog/_config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'blog/_config.yml') 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" -- cgit v1.2.3