summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-10-07 12:08:28 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2021-10-07 12:08:28 -0400
commit470577d77f98a9b1fddf32602c6f2e963cc1f1a8 (patch)
treedc254d0d2bc2aa5fd5891bc3c48e463d5948981a
parentf5adec0767089978f139b79617c7122b9e91c440 (diff)
added basic files for profile picture potentially
-rw-r--r--config.toml2
-rw-r--r--static/imgs/profile/avatar.jpgbin0 -> 185292 bytes
2 files changed, 1 insertions, 1 deletions
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"
14hideCredits = true 14hideCredits = true
15colorScheme = "dark" 15colorScheme = "dark"
16hideColorSchemeToggle = true 16hideColorSchemeToggle = true
17avatarURL = "/imgs/profile/avatar.jpg"
17 18
18[[params.social]] 19[[params.social]]
19 name = "Github" 20 name = "Github"
@@ -35,7 +36,6 @@ hideColorSchemeToggle = true
35 weight = 4 36 weight = 4
36 icon = "fa fa-file-text-o fa-2x" 37 icon = "fa fa-file-text-o fa-2x"
37 url = "/resume/Schanzenbacher_Ryan_Resume.pdf" 38 url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
38
39[[params.social]] 39[[params.social]]
40 name = "GPG Key" 40 name = "GPG Key"
41 weight = 5 41 weight = 5
diff --git a/static/imgs/profile/avatar.jpg b/static/imgs/profile/avatar.jpg
new file mode 100644
index 0000000..37d1946
--- /dev/null
+++ b/static/imgs/profile/avatar.jpg
Binary files differ