diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-10-08 17:22:21 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-10-08 17:22:21 -0400 |
commit | 389065e0708c5e9dd78881270b98d211acac5f52 (patch) | |
tree | c9a158badb2e94dff1dcef4360513c58ce6bef60 | |
parent | c27050e8f1896eb3e729d24e82bfffbced008b76 (diff) |
fixed profile pic and added about skeleton
-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 f2af7bb..61314c2 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 | |||