diff --git a/config.toml b/config.toml
index c6b2fbf..8d98c82 100644
--- a/config.toml
+++ b/config.toml
@@ -14,6 +14,7 @@ description = "Ryan Schanzenbacher's Personal website"
hideCredits = true
colorScheme = "dark"
hideColorSchemeToggle = true
+avatarURL = "/imgs/profile/avatar.jpg"
[[params.social]]
name = "Github"
@@ -35,7 +36,6 @@ hideColorSchemeToggle = true
weight = 4
icon = "fa fa-file-text-o fa-2x"
url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
-
[[params.social]]
name = "GPG Key"
weight = 5
diff --git a/static/imgs/profile/avatar.jpg b/static/imgs/profile/avatar.jpg
new file mode 100644
index 0000000..37d1946
Binary files /dev/null and b/static/imgs/profile/avatar.jpg differ