From c27050e8f1896eb3e729d24e82bfffbced008b76 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 ab40603..f2af7bb 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" - #[[menu.main]] # name = "About" # weight = 1 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