diff options
author | Anthony Wang | 2024-12-02 22:27:18 -0500 |
---|---|---|
committer | Anthony Wang | 2024-12-02 22:27:18 -0500 |
commit | 528fbf331ebdd950528c9a240e6f615ffddb49c6 (patch) | |
tree | 31e293ff30d3b6bc548fc9d151e7a5866f424682 /config.toml | |
parent | 6e5a9cc04d2bc1a9fc70d1009fe390f43b6623a4 (diff) |
New domain!
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config.toml b/config.toml index d606b63..da298b5 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -baseURL = 'https://a.exozy.me' +baseURL = 'https://unnamed.website' languageCode = 'en-us' -title = 'Some Random Website' +title = 'Unnamed Website' theme = 'gokarna' [menu] @@ -40,12 +40,13 @@ theme = 'gokarna' avatarSize = 'size-xl' description = '(+ (This subdomain) (Ordinal n) (! Off) (Element 39) (! Local area network) (Prefix for billion))' accentColor = '#00dd42' - customHeadHTML = '<meta name="fediverse:creator" content="@a@exozy.me">' + customHeadHTML = '<meta name="fediverse:creator" content="@xy@mastodon.mit.edu">' socialIcons = [ {name = 'email', url = '/about/email', rel = 'me'}, - {name = 'forgejo', url = 'https://git.exozy.me/a', rel = 'me'}, - {name = 'mastodon', url = 'https://social.exozy.me/@a', rel = 'me'}, - {name = 'matrix', url = 'https://matrix.to/#/@a:exozy.me', rel = 'me'}, + {name = 'forgejo', url = 'https://git.unnamed.website/a', rel = 'me'}, + {name = 'codeberg', url = 'https://codeberg.org/xy', rel = 'me'}, + {name = 'mastodon', url = 'https://mastodon.mit.edu/@xy', rel = 'me'}, + {name = 'matrix', url = 'https://matrix.to/#/#@xy:matrix.mit.edu', rel = 'me'}, {name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=dodecahedron&SeB=m', rel = 'me'}, {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m', rel = 'me'}, ] |