diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index aeb5a07..8acd017 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -69,3 +69,7 @@ enableEmoji = true [permalinks] [permalinks.page] posts = "/:year/:month/:filename" + series = "/:year/:month/:filename" + [permalinks.section] + posts = "/" + series = "/series"