diff --git a/config.toml b/config.toml
index 995aadb..5348845 100644
--- a/config.toml
+++ b/config.toml
@@ -14,7 +14,9 @@ enableGitInfo = true
favicon = "favicon.ico"
description = "Software Developer, Researcher, and Linux Enthusiast."
publicationYear = "2021"
- identities = ["https://github.com/brandon-rozek", "mailto:hello@brandonrozek.com"]
+ identities = [
+ "mailto:hello@brandonrozek.com"
+ ]
[outputs]
section = ["JSON", "HTML", "RSS"]
@@ -63,21 +65,22 @@ enableGitInfo = true
weight = 50
-[[menu.main]]
+[[menu.profile]]
identifier = "github"
name = "GitHub"
pre = ""
url = "https://github.com/brandon-rozek"
weight = 80
+ me = true
-[[menu.main]]
+[[menu.profile]]
identifier = "scholar"
name = "Google Scholar"
pre = ""
url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao"
weight = 85
-[[menu.main]]
+[[menu.profile]]
identifier = "email"
name = "Email"
pre = ""
diff --git a/themes/pulp b/themes/pulp
index d683165..e699ce6 160000
--- a/themes/pulp
+++ b/themes/pulp
@@ -1 +1 @@
-Subproject commit d6831651250e8bf6e8bfc33ed42728fac7b05c57
+Subproject commit e699ce661ed441f576f9f705e2437e8bb30e6501