From 470577d77f98a9b1fddf32602c6f2e963cc1f1a8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 7 Oct 2021 12:08:28 -0400 Subject: added basic files for profile picture potentially --- config.toml | 2 +- static/imgs/profile/avatar.jpg | Bin 0 -> 185292 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 static/imgs/profile/avatar.jpg 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 -- cgit v1.2.3