2025-08-05 13:24:21
This commit is contained in:
@@ -6,6 +6,8 @@ theme = "blowfish"
|
||||
baseURL = "https://swangnice.com/"
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
disableLiveReload = true
|
||||
|
||||
enableRobotsTXT = true
|
||||
[pagination]
|
||||
pagerSize = 20
|
||||
|
||||
@@ -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]]
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user