2025-08-05 13:24:21

This commit is contained in:
swangnice
2025-08-05 13:24:21 +08:00
parent 64eed4e7ce
commit 8a920994bf
268 changed files with 8347 additions and 15561 deletions

View File

@@ -6,6 +6,8 @@ theme = "blowfish"
baseURL = "https://swangnice.com/"
defaultContentLanguage = "en"
disableLiveReload = true
enableRobotsTXT = true
[pagination]
pagerSize = 20

View File

@@ -9,12 +9,12 @@
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
# About
[[main]]
name = "Home"
url = "/en/"
weight = 1
identifier = "about"
name = "About"
pageRef = "/about/"
weight = 10
# Notes
[[main]]

View File

@@ -10,6 +10,12 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
identifier = "about"
name = "关于"
pageRef = "/zh-cn/about/"
weight = 10
# Notes
[[main]]
identifier = "notes"