commit 896697e47285d032149b67a8ff8abaf55e69dc17
parent 0e532207ea1df6215f970ce2593f971c80e2be58
Author: Christian Ermann <christianermann@gmail.com>
Date:   Wed, 23 Oct 2024 15:24:16 -0700
Add link to repos
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -35,10 +35,16 @@ summaryLength = 25
         weight = 3
 
     [[menu.main]]
+        identifier = "code"
+        name = "Code"
+        url = "https://git.christianermann.dev"
+        weight = 4
+
+    [[menu.main]]
         identifier = "resume"
         name = "Resume"
         url = "/resume.pdf"
-        weight = 4
+        weight = 5
 
     [[menu.footer]]
         name = "Github"