From 1f41a2d486c2ebd96001f8ee45fe7c321065c537 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Fri, 24 Dec 2021 15:07:38 +0000 Subject: [PATCH] add various post types to main feed --- brainsteam/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 690738d..7c1d8e9 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -13,6 +13,9 @@ pygmentscodefencesguesssyntax = true googleAnalytics = "UA-186263385-1" +[permalinks] + '/' = '/:year/:month/:filename/' + [markup.goldmark.renderer] unsafe= true @@ -21,7 +24,7 @@ unsafe= true avatar = "/images/avatar.png" - mainSections = ["post"] + mainSections = ["post", "note", "reply"] [[menu.main]] name = "Home"