From f979c4a313acc383a89f3772fc239330539b3838 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 8 Oct 2021 17:22:21 -0400 Subject: fixed profile pic and added about skeleton --- config.toml | 2 +- content/about.md | 6 ++++++ static/imgs/profile/avatar.png | Bin 0 -> 630413 bytes 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 content/about.md create mode 100644 static/imgs/profile/avatar.png 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" hideCredits = true colorScheme = "dark" hideColorSchemeToggle = true -avatarURL = "/imgs/profile/avatar.jpg" +avatarURL = "/imgs/profile/avatar.png" [[params.social]] 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 @@ +--- +title: "About" +date: 2021-10-08T17:20:59-04:00 +draft: true +--- + diff --git a/static/imgs/profile/avatar.png b/static/imgs/profile/avatar.png new file mode 100644 index 0000000..c891f4a Binary files /dev/null and b/static/imgs/profile/avatar.png differ -- cgit v1.2.3