From 6df452fc54dd463229c9b0b2e9be517da3d5a0a7 Mon Sep 17 00:00:00 2001 From: moonlightwatch Date: Wed, 26 Mar 2025 16:59:47 +0800 Subject: [PATCH] add about page --- content/page/about/index.md | 11 +++++++++++ hugo.yaml | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 content/page/about/index.md diff --git a/content/page/about/index.md b/content/page/about/index.md new file mode 100644 index 0000000..d69c1fc --- /dev/null +++ b/content/page/about/index.md @@ -0,0 +1,11 @@ +--- +title: 关于 +description: moonlightwatch,hearkenundermoon,轻聆月下,about,关于 +date: 2025-03-26 +--- + + +> 你以为这里有东西? + + + diff --git a/hugo.yaml b/hugo.yaml index 50d1713..18a11fd 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -70,14 +70,18 @@ menu: - identifier: home name: 主页 url: / - weight: -100 params: icon: home newTab: true + - identifier: about + name: 关于 + url: /about + params: + icon: user + newTab: true - identifier: links name: 链接 url: /links - weight: -100 params: icon: link newTab: true