From 4c9b5b6773c91b0aae04daabb3502b0aceab0d64 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 1 Jan 2024 19:40:06 +0800 Subject: [PATCH] :wrench: Chore: update default menus --- hugo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 80699984..516b7744 100644 --- a/hugo.toml +++ b/hugo.toml @@ -40,13 +40,14 @@ enableEmoji = true [menu] [[menu.main]] - identifier = "posts" + identifier = "archives" + parent = "" # you can add extra information before the name (HTML format is supported), such as icons pre = "" # you can add extra information after the name (HTML format is supported), such as icons post = "" - name = "Posts" - url = "/posts/" + name = "Archives" + url = "/archives/" # title will be shown when you hover on this menu link title = "" weight = 1 @@ -62,6 +63,7 @@ enableEmoji = true type = "" [[menu.main]] identifier = "categories" + parent = "" pre = "" post = "" name = "Categories" @@ -72,6 +74,7 @@ enableEmoji = true icon = "fa-solid fa-folder-tree" [[menu.main]] identifier = "tags" + parent = "" pre = "" post = "" name = "Tags"