diff --git a/web/config.toml b/web/config.toml index d22d20f1b831942be6761e23254b38710db01b46..d5748eb6374d0bc6b5edbd07d19136c8dd8e60f2 100644 --- a/web/config.toml +++ b/web/config.toml @@ -13,20 +13,20 @@ pygmentsUseClasses = true highlight = true [menu] - [[menu.main]] - identifier = "posts" - name = "posts" - title = "posts" - url = "/" - weight = 10 - - [[menu.main]] - identifier = "about" - name = "about" - title = "about" - url = "/about/" - weight = 20 + [[menu.main]] + identifier = "index" + name = "index" + title = "home" + url = "/" + weight = 10 + [[menu.main]] + identifier = "posts" + name = "posts" + title = "posts" + url = "/" + weight = 20 + [permalinks] posts = "/:title/" diff --git a/web/content/about.md b/web/content/about.md deleted file mode 100644 index 02327a8e1c182b43b874103ec0a59aae4424ced0..0000000000000000000000000000000000000000 --- a/web/content/about.md +++ /dev/null @@ -1 +0,0 @@ -about \ No newline at end of file