about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 106e5dc..a831462 100644
--- a/config.toml
+++ b/config.toml
@@ -44,15 +44,19 @@ theme = "researcher"
   [[menu.main]]
     name = "Resume"
     url = "/cv.pdf"
-    weight = 4
+    weight = 5
   [[menu.main]]
     name = "Projects"
     url = "/projects"
-    weight = 2
+    weight = 3
   [[menu.main]]
     name = "Blog"
     url = "/blog"
-    weight = 3
+    weight = 4
+  [[menu.main]]
+    name = "Git"
+    url = "https://git.baitinq.ml"
+    weight = 2
 
 [permalinks]
   blog = "/posts/:filename"