diff --git a/hugo.toml b/hugo.toml index 92dce22..22490e3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,6 +11,7 @@ theme = "gokarna" avatarSize = "size-xl" avatarURL = "/images/micro_profile.jpg" description = "Robotics Engineer" + footer = "Paul W. Lödige" socialIcons = [ {name = "email", url = "mailto:paul@ploedige.com"}, @@ -21,16 +22,17 @@ theme = "gokarna" [menu] [[menu.main]] - name = "Projects" - url = "/projects/" + name = "CV" + url = "./documents/CV.pdf" weight = 1 + [[menu.main]] + name = "Projects & Publications" + url = "/projects/" + weight = 2 + [[menu.main]] name = "Knowledge Base" url = "/knowledge-base/" - weight = 2 - - [[menu.main]] - name = "Tags" - url = "/tags/" weight = 3 + diff --git a/static/documents/CV.pdf b/static/documents/CV.pdf new file mode 100644 index 0000000..5c6b1ff Binary files /dev/null and b/static/documents/CV.pdf differ