From cd87098bdade7a58389a68180f410c19a527567c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 30 Sep 2021 08:07:14 -0700 Subject: [PATCH] Generate permalinks for the posts by year/month/title --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index bcbd87f..4db59fe 100644 --- a/config.toml +++ b/config.toml @@ -7,3 +7,6 @@ theme = 'paper' twitter = 'erynofwales' github = 'erynofwales' instagram = 'erynofwales' + +[permalinks] +posts = '/:year/:month/:title/' \ No newline at end of file