From 6cfd4a5041e168ad5f088c2342dd773720971704 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 15 Jul 2020 11:41:09 +0200 Subject: [PATCH] config: add permalink option for blog posts --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yaml b/config.yaml index af4dd2f..9d42e10 100644 --- a/config.yaml +++ b/config.yaml @@ -29,6 +29,10 @@ menu: author: name: "Bruno BELANYI" +permalinks: + posts: /:year/:month/:day/:title/ + + params: author: "Bruno BELANYI" description: "A simple blog about programmation"