From 23d0b1ebd65f423ba8a78ace70cdb150d7be8efe Mon Sep 17 00:00:00 2001 From: Nicolas Kuttler Date: Thu, 12 Feb 2015 18:15:17 +0100 Subject: Add articles collection Display optional web address instead of email as article contributors might not want to see their email address on the www. Also add an article index page. --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index f39f1c7..1df1331 100644 --- a/_config.yml +++ b/_config.yml @@ -14,3 +14,7 @@ email: staff@irssi.org paginate: 8 paginate_path: "news/:num/" + +collections: + articles: + output: true -- cgit v1.2.3