summaryrefslogtreecommitdiff
path: root/config.toml
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
commitc27050e8f1896eb3e729d24e82bfffbced008b76 (patch)
treec7b5bf481e69b6b75aff98bbbf487e2a99b9c20e /config.toml
parent03f1860689611293f00a562b068f9060c3dc0be9 (diff)
added basic files for profile picture potentially
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
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"
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#[[menu.main]] 39#[[menu.main]]
40# name = "About" 40# name = "About"
41# weight = 1 41# weight = 1