From 07ae00dd5ddf9b1d7be43c8ce27518901d53cbff Mon Sep 17 00:00:00 2001 From: imterah Date: Thu, 1 May 2025 09:33:53 -0400 Subject: [PATCH 1/2] chore: Add Matrix link --- recivi.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recivi.json b/recivi.json index 4193484..c31b36f 100644 --- a/recivi.json +++ b/recivi.json @@ -60,6 +60,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": [ From be50fab98903076d5938dbe2b3accf645c2e407d Mon Sep 17 00:00:00 2001 From: imterah Date: Sat, 10 May 2025 01:26:13 -0400 Subject: [PATCH 2/2] chore: Remove pronouns from website (due to a certain asshole) --- recivi.json | 19 ------------------- src/components/Pronouns.astro | 2 ++ src/pages/index.mdx | 2 +- 3 files changed, 3 insertions(+), 20 deletions(-) diff --git a/recivi.json b/recivi.json index c31b36f..d154b71 100644 --- a/recivi.json +++ b/recivi.json @@ -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"], diff --git a/src/components/Pronouns.astro b/src/components/Pronouns.astro index 0b30e97..c3b2110 100644 --- a/src/components/Pronouns.astro +++ b/src/components/Pronouns.astro @@ -61,6 +61,8 @@ if (pronounSet !== undefined) { combinedPronouns.length - 2 ) } + + combinedPronouns = `${combinedPronouns}`; } --- diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 7bdc940..860499c 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -20,7 +20,7 @@ export const { origin, residence, labels } = recivi.bio Hello! I'm **{ recivi.bio.name -}** (), { +}**, { labels && labelsDisplay(labels) } { residence && `based in ${addressDisplay(residence)}`