First commit on Mac Mini server
This commit is contained in:
@@ -10,22 +10,94 @@
|
||||
# overridden by providing a weight value. The menu will then be
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
# Notes
|
||||
[[main]]
|
||||
name = "Blog"
|
||||
pageRef = "posts"
|
||||
identifier = "notes"
|
||||
name = "笔记"
|
||||
pageRef = "/zh-cn/notes/"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "编程笔记"
|
||||
url = "/zh-cn/notes/coding/"
|
||||
parent = "notes"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "PDF归档"
|
||||
url = "/zh-cn/notes/pdf/"
|
||||
parent = "notes"
|
||||
weight = 20
|
||||
|
||||
# Projects
|
||||
[[main]]
|
||||
identifier = "projects"
|
||||
name = "项目"
|
||||
pageRef = "/zh-cn/projects/"
|
||||
weight = 50
|
||||
|
||||
# [[main]]
|
||||
# name = "人工智能"
|
||||
# url = "/zh-cn/projects/ai/"
|
||||
# parent = "projects"
|
||||
# weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "妙板生花"
|
||||
url = "/zh-cn/projects/embedded/"
|
||||
parent = "projects"
|
||||
weight = 20
|
||||
|
||||
# [[main]]
|
||||
# name = "游戏开发"
|
||||
# url = "/zh-cn/projects/game/"
|
||||
# parent = "projects"
|
||||
# weight = 30
|
||||
|
||||
# [[main]]
|
||||
# name = "机器人"
|
||||
# url = "/zh-cn/projects/robotics/"
|
||||
# parent = "projects"
|
||||
# weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "自托管"
|
||||
url = "/zh-cn/projects/self_host/"
|
||||
parent = "projects"
|
||||
weight = 50
|
||||
|
||||
# Life
|
||||
[[main]]
|
||||
identifier = "life"
|
||||
name = "此处休息"
|
||||
pageRef = "/zh-cn/life/"
|
||||
weight = 70
|
||||
|
||||
[[main]]
|
||||
name = "宠物"
|
||||
url = "/zh-cn/life/pet/"
|
||||
parent = "life"
|
||||
weight = 5
|
||||
|
||||
[[main]]
|
||||
name = "游记"
|
||||
url = "/zh-cn/life/travel/"
|
||||
parent = "life"
|
||||
weight = 10
|
||||
|
||||
|
||||
|
||||
[[main]]
|
||||
identifier = "web"
|
||||
pre = "link"
|
||||
url = "https://swangnice.com"
|
||||
weight = 40
|
||||
weight = 80
|
||||
|
||||
[[main]]
|
||||
identifier = "github"
|
||||
pre = "github"
|
||||
url = "https://github.com/swangnice"
|
||||
weight = 50
|
||||
weight = 90
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user