From 38260b25cbfe847b72e950fcae115594737f7027 Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Tue, 13 Aug 2024 10:52:43 +0800 Subject: [PATCH] =?UTF-8?q?(add):=20=E6=B7=BB=E5=8A=A02024=E7=99=BD?= =?UTF-8?q?=E7=9A=AE=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 28 ++++++++++++++++++++++++++-- content/2024/_index.md | 4 ++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 87e320c..bfaa7ef 100644 --- a/config.toml +++ b/config.toml @@ -71,9 +71,33 @@ placeholder = "输入关键词查找文集" ################## navigation ################# [[menu.main]] - name = "蓝皮书" - url = "/开源发展蓝皮书/" + name = "开源报告" weight = 1 + hasChildren = true + + [[menu.main]] + parent = "开源报告" + name = "2024 年开源报告" + url = "/2024/1/" + weight = 1 + + [[menu.main]] + parent = "开源报告" + name = "2023 年蓝皮书" + url = "/2023/1/" + weight = 2 + + [[menu.main]] + parent = "开源报告" + name = "2022 年蓝皮书" + url = "/2022/1/" + weight = 3 + + [[menu.main]] + parent = "开源报告" + name = "2021 年蓝皮书" + url = "/开源发展蓝皮书/18/" + weight = 4 [[menu.main]] # name = "北京" diff --git a/content/2024/_index.md b/content/2024/_index.md index 913e5d2..f4e569f 100644 --- a/content/2024/_index.md +++ b/content/2024/_index.md @@ -1,7 +1,7 @@ --- -title: "2024 中国开源发展蓝皮书" +title: "2024 中国开源发展现状" date: 2024-08-12 -lastmod: 2023-08-12 +lastmod: 2024-08-12 weight: 1 type: docs icon: # -- GitLab