diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e5ede40..bf9df2d 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -68,6 +68,8 @@ enableEmoji = true [permalinks] [permalinks.page] - posts = "/:year/:month/:filename" + posts = "/posts/:year/:month/:slug" + series = "/:year/:month/:slug" [permalinks.section] - posts = "/" + posts = "/posts/" + series = "/series"