From 7bbe1d6733f84cf0f70cc3c38b8470236e7fb93e Mon Sep 17 00:00:00 2001 From: moonlightwatch Date: Wed, 26 Mar 2025 20:17:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/post/linux-swap/index.md | 2 +- hugo.yaml | 22 +++++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/content/post/linux-swap/index.md b/content/post/linux-swap/index.md index 81cad76..3404b70 100644 --- a/content/post/linux-swap/index.md +++ b/content/post/linux-swap/index.md @@ -8,7 +8,7 @@ keywords: - linux - swap categories: - - + - Linux tags: - linux - operation diff --git a/hugo.yaml b/hugo.yaml index d0f3c84..f135cfa 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -76,18 +76,34 @@ menu: params: icon: home newTab: true - - identifier: about - name: 关于 - url: /about + + - identifier: categories + name: 分类 + url: /categories params: icon: user newTab: true + + - identifier: tags + name: 标签 + url: /tags + params: + icon: user + newTab: true + - identifier: links name: 链接 url: /links params: icon: link newTab: true + + - identifier: about + name: 关于 + url: /about + params: + icon: user + newTab: true social: - identifier: github