summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-16 15:59:10 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-16 15:59:10 +0200
commit008088e899c753cedaa8d8af79fc9b05823f95c9 (patch)
treef0f834967b86d04963f4d3bd6347a4c5dd4541e6 /_config.yml
parent958d6e63f3772d9408865eaff8275ab0c5d70626 (diff)
Fix atom XML feed
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml13
1 files changed, 9 insertions, 4 deletions
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