From 813c12822a68983ab42905f5af364dcc9c7ffcdd Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 14 Feb 2018 00:54:53 +0100 Subject: enable security collections --- _config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index f169ef5..5f9a72b 100644 --- a/_config.yml +++ b/_config.yml @@ -30,3 +30,20 @@ collections: articles: output: true permalink: "/articles/:title/" + security_html: + output: true + permalink: "/security/html/:title/" + security: + output: true + permalink: "/security/:title.txt" + +defaults: + - scope: + path: "_security_html" + values: + layout: security_html + - + scope: + path: "_security" + values: + layout: security_txt -- cgit v1.2.3