This commit is contained in:
2026-01-07 12:50:17 +08:00
parent 609bd45f11
commit aa83a9553a
3 changed files with 10 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
title: "归档"
layout: "archives"
url: "/archives"
---
+5 -7
View File
@@ -2,6 +2,9 @@ baseURL = 'https://blog.butubb.cn/'
languageCode = 'zh-cn' languageCode = 'zh-cn'
title = '日志' title = '日志'
theme = 'PaperMod' theme = 'PaperMod'
defaultContentLanguage = 'zh-cn'
[params] [params]
defaultTheme = "auto" defaultTheme = "auto"
@@ -20,16 +23,11 @@ theme = 'PaperMod'
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
name = "博文" name = "归档"
url = "/posts" url = "/archives"
weight = 2 weight = 2
[[menu.main]] [[menu.main]]
name = "标签" name = "标签"
url = "/tags" url = "/tags"
weight = 3 weight = 3
[[menu.main]]
name = "学习"
url = "/study"
weight = 4
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB