Compare commits
No commits in common. "main" and "v1.0.2" have entirely different histories.
3 changed files with 20 additions and 11 deletions
27
recivi.json
27
recivi.json
|
@ -3,6 +3,25 @@
|
||||||
"bio": {
|
"bio": {
|
||||||
"name": "Tera",
|
"name": "Tera",
|
||||||
"fullName": "Tera Bites",
|
"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",
|
"summary": "Hobbyist software developer with a love for backend systems",
|
||||||
"labels": ["software developer", "homelabber"],
|
"labels": ["software developer", "homelabber"],
|
||||||
"aliases": ["imterah"],
|
"aliases": ["imterah"],
|
||||||
|
@ -41,14 +60,6 @@
|
||||||
},
|
},
|
||||||
"url": "https://git.terah.dev/imterah",
|
"url": "https://git.terah.dev/imterah",
|
||||||
"username": "imterah"
|
"username": "imterah"
|
||||||
},
|
|
||||||
{
|
|
||||||
"site": {
|
|
||||||
"id": "matrix",
|
|
||||||
"name": "Matrix"
|
|
||||||
},
|
|
||||||
"url": "https://matrix.to/#/@tera:matrix.terah.dev",
|
|
||||||
"username": "@tera:matrix.terah.dev"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"skills": [
|
"skills": [
|
||||||
|
|
|
@ -61,8 +61,6 @@ if (pronounSet !== undefined) {
|
||||||
combinedPronouns.length - 2
|
combinedPronouns.length - 2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
combinedPronouns = `${combinedPronouns}`;
|
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ export const { origin, residence, labels } = recivi.bio
|
||||||
|
|
||||||
Hello! I'm **{
|
Hello! I'm **{
|
||||||
recivi.bio.name
|
recivi.bio.name
|
||||||
}**, {
|
}** (<Pronouns />), {
|
||||||
labels && labelsDisplay(labels)
|
labels && labelsDisplay(labels)
|
||||||
} {
|
} {
|
||||||
residence && `based in ${addressDisplay(residence)}`
|
residence && `based in ${addressDisplay(residence)}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue