From 8c65b20d961dc9cf669b9e9db48de5e49f28a0f3 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 13 Oct 2021 21:24:35 -0500 Subject: [PATCH] Continue trying to unbreak site, more configs --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index efa2dfcf..ae279407 100644 --- a/config.toml +++ b/config.toml @@ -32,13 +32,13 @@ theme = 'gokarna' [params] avatarURL = '/fun/dodecahedra/render-cropped.png' - description = 'Hello!' + description = 'Hello! I’m Anthony Wang, a programming, math, and science enthusiast!' accentColor = '#00dd42' #footer = 'Made with ❤️ by Ta180m' socialIcons = [ {name = 'protonmail', url = 'mailto:ta180m@pm.me'}, {name = 'matrix', url = 'https://matrix.to/#/@ta180m:exozy.me'}, - {name = 'mastodon', usrl = 'https://social.exozy.me/@ta180m'}, + {name = 'mastodon', url = 'https://social.exozy.me/@ta180m'}, {name = 'gitea', url = 'https://git.exozy.me/Ta180m/'}, {name = 'github', url = 'https://github.com/Ta180m/'}, {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'},