aboutsummaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml92
1 files changed, 48 insertions, 44 deletions
diff --git a/config.xml b/config.xml
index 620be23..64e32ef 100644
--- a/config.xml
+++ b/config.xml
@@ -3,35 +3,39 @@
<!-- Anything that could ever potentially change in the future
is stored here. This includes names, pronouns, socials, and other things. -->
<settings>
- <names>
- <main>Leah</main>
- <experiment>Lily</experiment>
- <alt>Cloudburst</alt>
- </names>
- <pronouns>
- <main>she/her</main>
- <alt>they/them</alt>
- <alt>pony/ponys</alt>
- </pronouns>
+ <name>Leah</name>
+ <pronouns>she/her</pronouns>
<gender>girl</gender>
<timezone>Europe/London</timezone>
<birthday>2005-02-11T00:00:00.000+00:00</birthday>
<flags>
<transfeminine/>
- <transgender/>
<lesbiromantic/>
- <lesbian/>
- <lgbtq/>
- <progresspride/>
- <polyamorous/>
- <neopronouns/>
+ <alloromantic_asexual/>
</flags>
+ <bio>
+ I'm a trans girl who likes to spend her free time playing games and (*sometimes*) programming stuff!
+ The games I play can vary a lot! Sometimes I play a platformer, sometimes I play a MMORPG, sometimes the game might as well be a programming language!
+ I'm not the best at them, but I don't care as long as I'm having fun!
+
+ I also enjoy spending time with my friends, both online and IRL, and usually play games with them!
+ I can be a bit silly at times, but I try my best to be there for those who need me.
+
+ I'm taken by my amazing and adorable girlfriend, who you can find information about [here](https://mia.equestria.horse/)!
+ </bio>
+
<pronounspage>https://en.pronouns.page/@cloudburstsys</pronounspage>
<socials>
- <discord>cloudburst</discord>
- <twitter>leahpone</twitter>
+ <discord>
+ <name>cloudburst</name>
+ <link>https://discord.com/channels/@me/186730180872634368</link>
+ </discord>
+ <twitter deprecated="true">
+ <name>leahpone</name>
+ <link>https://twitter.com/leahpone</link>
+ </twitter>
</socials>
<!-- Below are configuations for added flags. -->
@@ -39,44 +43,44 @@
<transfeminine>
<name>Transfeminine</name>
<file>/assets/flags/transfeminine.png</file>
+ <bio>
+ An umbrella term that refers to transgender people who identify with femininity to a greater extent than other genders.
+ </bio>
<alt>
A rectangular flag with seven equal-width horizontal stripes creating a gradient from blue on top, through pink in the middle, to blue on the bottom
</alt>
</transfeminine>
- <transgender>
- <name>Transgender</name>
- <file>/assets/flags/transgender.png</file>
- <alt>
- A rectangular flag with five equal-width horizontal stripes: blue, pink, white, pink, blue
- </alt>
- </transgender>
<lesbiromantic>
<name>Lesbiromantic</name>
<file>/assets/flags/lesbiromantic.png</file>
+ <bio>
+ Romantic queer attraction towards women, femme, feminine aligned, and non-binary people; exclusively or not.
+ </bio>
<alt>
A rectangular flag with five equal-width horizontal stripes: orangy red, orange, white light magenta, dark magenta; a heart shape in the middle that makes colors on its inside more vibrant and on the outside - subdued
</alt>
</lesbiromantic>
- <lesbian>
- <name>Lesbian</name>
- <file>/assets/flags/lesbian.png</file>
+ <alloromantic_asexual>
+ <name>Alloromantic Asexual</name>
+ <file>/assets/flags/alloromantic_asexual.png</file>
+ <bio>
+ A person who experiences romantic attraction but does not experience sexual attraction.
+ </bio>
<alt>
- A rectangular flag with five equal-width horizontal stripes: orangy red, orange, white, light matenga, dark magenta
+ A rectangular flag with four equal-width horizontal stripes: red, light red, white, dark magenta
</alt>
- </lesbian>
- <polyamorous>
- <name>Polyamorous</name>
- <file>/assets/flags/polyamorous.png</file>
- <alt>
- A rectangular flag with a background split in two in the shape of a wave: top part crimson, bottom a lighter crimson-pink; emblem in the middle: an ivory white heart composed of the infinity symbol "∞" and a downwards-pointing chevron
- </alt>
- </polyamorous>
- <neopronouns>
- <name>Neopronouns</name>
- <file>/assets/flags/neopronouns.png</file>
- <alt>
- A rectangular flag with five equal-width horizontal stripes: green, blue, white, light yellow, off orange
- </alt>
- </neopronouns>
+ </alloromantic_asexual>
</flagdefs>
+
+ <!-- Below are configuations for added socials -->
+ <socialdefs>
+ <discord>
+ <name>Discord</name>
+ <file>/assets/socials/discord.svg</file>
+ </discord>
+ <twitter>
+ <name>Twitter</name>
+ <file>/assets/socials/twitter.svg</file>
+ </twitter>
+ </socialdefs>
</settings> \ No newline at end of file