Compare commits

...

2 commits
v1.0.2 ... main

Author SHA1 Message Date
be50fab989
chore: Remove pronouns from website (due to a certain asshole)
All checks were successful
Release code / build (push) Successful in 4m25s
2025-05-10 01:26:13 -04:00
07ae00dd5d
chore: Add Matrix link 2025-05-01 09:33:53 -04:00
3 changed files with 11 additions and 20 deletions

View file

@ -3,25 +3,6 @@
"bio": {
"name": "Tera",
"fullName": "Tera Bites",
"pronouns": [
{
"language": "English",
"pronouns": [
{
"firstSet": "she",
"secondSet": "her"
},
{
"firstSet": "they",
"secondSet": "them"
},
{
"firstSet": "it",
"secondSet": "its"
}
]
}
],
"summary": "Hobbyist software developer with a love for backend systems",
"labels": ["software developer", "homelabber"],
"aliases": ["imterah"],
@ -60,6 +41,14 @@
},
"url": "https://git.terah.dev/imterah",
"username": "imterah"
},
{
"site": {
"id": "matrix",
"name": "Matrix"
},
"url": "https://matrix.to/#/@tera:matrix.terah.dev",
"username": "@tera:matrix.terah.dev"
}
],
"skills": [

View file

@ -61,6 +61,8 @@ if (pronounSet !== undefined) {
combinedPronouns.length - 2
)
}
combinedPronouns = `${combinedPronouns}`;
}
---

View file

@ -20,7 +20,7 @@ export const { origin, residence, labels } = recivi.bio
Hello! I'm **{
recivi.bio.name
}** (<Pronouns />), {
}**, {
labels && labelsDisplay(labels)
} {
residence && `based in ${addressDisplay(residence)}`