diff options
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/about.md | 6 | ||||
-rw-r--r-- | static/imgs/profile/avatar.png | bin | 0 -> 630413 bytes |
3 files changed, 7 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 8d98c82..324a22c 100644 --- a/config.toml +++ b/config.toml | |||
@@ -14,7 +14,7 @@ description = "Ryan Schanzenbacher's Personal website" | |||
14 | hideCredits = true | 14 | hideCredits = true |
15 | colorScheme = "dark" | 15 | colorScheme = "dark" |
16 | hideColorSchemeToggle = true | 16 | hideColorSchemeToggle = true |
17 | avatarURL = "/imgs/profile/avatar.jpg" | 17 | avatarURL = "/imgs/profile/avatar.png" |
18 | 18 | ||
19 | [[params.social]] | 19 | [[params.social]] |
20 | name = "Github" | 20 | name = "Github" |
diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..76d70aa --- /dev/null +++ b/content/about.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: "About" | ||
3 | date: 2021-10-08T17:20:59-04:00 | ||
4 | draft: true | ||
5 | --- | ||
6 | |||
diff --git a/static/imgs/profile/avatar.png b/static/imgs/profile/avatar.png new file mode 100644 index 0000000..c891f4a --- /dev/null +++ b/static/imgs/profile/avatar.png | |||
Binary files differ | |||