From 8669e09f5ead97b6701f78d571168df362deffcd Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 2 Jan 2026 11:49:13 +0800 Subject: chore: tweak the order of nav --- hugo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 0f7f9d0..622897a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -30,23 +30,23 @@ unsafe = true [[menu.main]] name = "分类" - url = "/categories" + url = "/categories/随笔/" weight = 2 [[menu.main]] - name = "友人" - url = "/links" + name = "归档" + url = "/archives" weight = 3 [[menu.main]] - name = "归档" - url = "/archives" - weight = 4 + name = "书单" + url = "/readings" + weight = 3 [[menu.main]] name = "关于" url = "/about" - weight = 5 + weight = 6 [params] upvote = true -- cgit v1.2.3