From 36fac83d9973c4effd94c782ca2a9a582f1ad02f Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Thu, 10 Jun 2021 01:00:42 -0300 Subject: [PATCH] move posts to posts permalink --- projects/website/_config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/website/_config.yml b/projects/website/_config.yml index cd4468df..06d7db56 100644 --- a/projects/website/_config.yml +++ b/projects/website/_config.yml @@ -3,6 +3,9 @@ include: [".well-known"] description: "My personal website and projects" collections: + posts: + output: true + permalink: /:collection/:categories/:year/:month/:day/:title/ notes: output: true permalink: /:collection/:categories/:name