From 08f725b92db8118553ff653c1fa236fe0ec3d2de Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 21 Sep 2016 15:09:43 +0300 Subject: [PATCH] config.toml: Use 2016-09 as slug for posts --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index a83c4ed90..911d7bd23 100644 --- a/config.toml +++ b/config.toml @@ -4,5 +4,9 @@ title = "CGSpace Notes" newContentEditor = "vim" theme = "vienna" +[permalinks] + # use 2016-09 as slug, since my posts are always monthly + post = "/:year-:month/" + [params] author = "Alan Orth"