aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.toml17
1 files changed, 11 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index e5e9704..82edfb3 100644
--- a/config.toml
+++ b/config.toml
@@ -30,15 +30,20 @@ copyright = "" # default: author.name ↓ # 默认为下面配
identifier = "home"
url = "/"
[[menu.main]]
- name = "Archives"
+ name = "About"
weight = 20
- identifier = "archives"
- url = "/post/"
+ identifier = "about"
+ url = "/about/"
[[menu.main]]
- name = "Tags"
+ name = "Projects"
weight = 30
- identifier = "tags"
- url = "/tags/"
+ identifier = "projects"
+ url = "/projects/"
+[[menu.main]]
+ name = "Archives"
+ weight = 40
+ identifier = "archives"
+ url = "/post/"
[params]
version = "3.x" # Used to give a friendly message when you have an incompatible update