fixed profile pic and added about skeleton

f979c4a313ac… · Ryan Schanzenbacher ·

parent 470577d77f98… diff

Changed files

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