From 008088e899c753cedaa8d8af79fc9b05823f95c9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 16 Jul 2018 15:59:10 +0200 Subject: Fix atom XML feed --- _config.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 8668cbd..3236bd9 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ # Site settings title: Tyil +author: Patrick Spek email: p.spek@tyil.work description: > # this means to ignore newlines until "baseurl:" Hi, I'm tyil, and this is my site. I'm a software engineer with a big @@ -48,12 +49,16 @@ collections: # Give all posts a feed = true attribute for easy feed-generating defaults: - scope: - type: articles + type: posts values: - categories: article feed: true + category: Post - scope: - type: tutorials + type: projects values: - categories: tutorial feed: true + categories: Project + - scope: + type: slides + values: + feed: false -- cgit v1.1