24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"name": "mira",
|
|
"pronouns": ["she/her/hers", "it/its/its"],
|
|
"queer": ["trans", "lesbian"],
|
|
"contact": {
|
|
"email": "hi@chpu.eu",
|
|
"fedi": "@mira@fedi.twoneis.site"
|
|
},
|
|
"languages": {
|
|
"german": 1.0,
|
|
"english": 0.9,
|
|
"dutch": 0.4,
|
|
"spanish": 0.1
|
|
},
|
|
"i18n": {
|
|
"location": "Netherlands",
|
|
"timezone": "Europe/Amsterdam",
|
|
"currency": "EUR"
|
|
},
|
|
"ssh": {
|
|
"id_ed25519_sk": "https://me.twoneis.site/ssh/id_ed25519_sk.pub",
|
|
"id_ed25519": "https://me.twoneis.site/ssh/id_ed25519.pub"
|
|
}
|
|
}
|