Update GitHub username

This commit is contained in:
Em Rusz 2025-03-10 20:24:22 -04:00
parent 0616494198
commit a3475fec91
Signed by: em
GPG key ID: 90EC181981BC5D1E
3 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ title: rusz.dev
email: em@rusz.dev email: em@rusz.dev
description: >- # this means to ignore newlines until "baseurl:" description: >- # this means to ignore newlines until "baseurl:"
Blog and portfolio for Em (Ethan) Ruszanowski. Blog and portfolio for Em (Ethan) Ruszanowski.
github_username: ethanrusz github_username: emrusz
minimal_mistakes_skin: dark minimal_mistakes_skin: dark
search: false search: false
@ -68,7 +68,7 @@ author:
url: "https://git.rusz.dev/em" url: "https://git.rusz.dev/em"
- label: "GitHub" - label: "GitHub"
icon: "fab fa-fw fa-github" icon: "fab fa-fw fa-github"
url: "https://github.com/ethanrusz" url: "https://github.com/emrusz"
- label: "Mastodon" - label: "Mastodon"
icon: "fab fa-fw fa-mastodon" icon: "fab fa-fw fa-mastodon"
url: "https://infosec.exchange/@rusz" url: "https://infosec.exchange/@rusz"
@ -86,7 +86,7 @@ footer:
url: "https://git.rusz.dev/em" url: "https://git.rusz.dev/em"
- label: "GitHub" - label: "GitHub"
icon: "fab fa-fw fa-github" icon: "fab fa-fw fa-github"
url: "https://github.com/ethanrusz" url: "https://github.com/emrusz"
- label: "OpenPGP" - label: "OpenPGP"
icon: "fas fa-fw fa-lock" icon: "fas fa-fw fa-lock"
url: "https://rusz.dev/pgp" url: "https://rusz.dev/pgp"
@ -99,7 +99,7 @@ social:
type: type:
names: names:
links: links:
- "https://github.com/ethanrusz" - "https://github.com/emrusz"
- "https://infosec.exchange/@rusz" - "https://infosec.exchange/@rusz"
defaults: defaults:

View file

@ -2,9 +2,9 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Redirecting to github.com/ethanrusz</title> <title>Redirecting to github.com/emrusz</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/ethanrusz" /> <meta http-equiv="refresh" content="0; URL=https://github.com/emrusz" />
<link href="https://github.com/ethanrusz" rel="me" /> <link href="https://github.com/emrusz" rel="me" />
<link href="https://rusz.dev" rel="me" /> <link href="https://rusz.dev" rel="me" />
<link href="https://infosec.exchange/@rusz" rel="me" /> <link href="https://infosec.exchange/@rusz" rel="me" />
</head> </head>

View file

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Redirecting to status page.</title> <title>Redirecting to status page.</title>
<meta http-equiv="refresh" content="0; URL=https://ethanrusz.github.io/status"> <meta http-equiv="refresh" content="0; URL=https://emrusz.github.io/status">
</head> </head>
</body> </body>