aboutsummaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-01-02 11:49:13 +0800
committeryingyu5658 <i@yingyu5658.me>2026-01-02 11:49:13 +0800
commit8669e09f5ead97b6701f78d571168df362deffcd (patch)
tree285b168e6cdfdc4fb1f5dd8977f850a1936d1e18 /hugo.toml
parentc5de740ed6c9379428099ffd69de7f3061065a75 (diff)
downloadblog-8669e09f5ead97b6701f78d571168df362deffcd.tar.gz
blog-8669e09f5ead97b6701f78d571168df362deffcd.zip
chore: tweak the order of nav
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml14
1 files changed, 7 insertions, 7 deletions
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