From c3d4f48e00e85b98b2d1720c332e9fdb4c344258 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Fri, 25 Feb 2022 07:10:05 +0100 Subject: [PATCH] Add projects to the site --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index 9e175de..68d2845 100644 --- a/_config.yml +++ b/_config.yml @@ -68,6 +68,11 @@ collections: permalink: '/guides/:path/' label: "Guides" sort_by: title + projects: + output: true + permalink: '/projects/:path/' + label: "Projects" + sort_by: title about: output: true permalink: '/about/:path/'