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"