This commit is contained in:
paul-loedige
2024-12-04 00:02:39 +01:00
parent 12db811f6e
commit 952de59272
2 changed files with 9 additions and 7 deletions
+9 -7
View File
@@ -11,6 +11,7 @@ theme = "gokarna"
avatarSize = "size-xl" avatarSize = "size-xl"
avatarURL = "/images/micro_profile.jpg" avatarURL = "/images/micro_profile.jpg"
description = "Robotics Engineer" description = "Robotics Engineer"
footer = "Paul W. Lödige"
socialIcons = [ socialIcons = [
{name = "email", url = "mailto:paul@ploedige.com"}, {name = "email", url = "mailto:paul@ploedige.com"},
@@ -21,16 +22,17 @@ theme = "gokarna"
[menu] [menu]
[[menu.main]] [[menu.main]]
name = "Projects" name = "CV"
url = "/projects/" url = "./documents/CV.pdf"
weight = 1 weight = 1
[[menu.main]]
name = "Projects & Publications"
url = "/projects/"
weight = 2
[[menu.main]] [[menu.main]]
name = "Knowledge Base" name = "Knowledge Base"
url = "/knowledge-base/" url = "/knowledge-base/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3 weight = 3
Binary file not shown.