summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-10-08 17:22:21 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2021-10-08 17:22:21 -0400
commitf979c4a313acc383a89f3772fc239330539b3838 (patch)
tree5f853e52585b1d6132c627c75958443e0b5b5973
parent470577d77f98a9b1fddf32602c6f2e963cc1f1a8 (diff)
fixed profile pic and added about skeleton
-rw-r--r--config.toml2
-rw-r--r--content/about.md6
-rw-r--r--static/imgs/profile/avatar.pngbin0 -> 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"
14hideCredits = true 14hideCredits = true
15colorScheme = "dark" 15colorScheme = "dark"
16hideColorSchemeToggle = true 16hideColorSchemeToggle = true
17avatarURL = "/imgs/profile/avatar.jpg" 17avatarURL = "/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---
2title: "About"
3date: 2021-10-08T17:20:59-04:00
4draft: 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