aboutsummaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorcloudburst <us@conep.one>2023-06-08 08:04:55 +0100
committercloudburst <us@conep.one>2023-06-08 08:04:55 +0100
commit685c669b99a02685edc89f5a73542eadbdb81b0f (patch)
tree9d7b6ea763bab9a2162947e55156c00c91f4336f /config.xml
downloadrubyjubilee-685c669b99a02685edc89f5a73542eadbdb81b0f.tar.gz
rubyjubilee-685c669b99a02685edc89f5a73542eadbdb81b0f.tar.bz2
rubyjubilee-685c669b99a02685edc89f5a73542eadbdb81b0f.zip
init?
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/config.xml b/config.xml
new file mode 100644
index 0000000..620be23
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Configuration file for this site.-->
+<!-- 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>
+ <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/>
+ </flags>
+
+ <pronounspage>https://en.pronouns.page/@cloudburstsys</pronounspage>
+
+ <socials>
+ <discord>cloudburst</discord>
+ <twitter>leahpone</twitter>
+ </socials>
+
+ <!-- Below are configuations for added flags. -->
+ <flagdefs>
+ <transfeminine>
+ <name>Transfeminine</name>
+ <file>/assets/flags/transfeminine.png</file>
+ <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>
+ <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>
+ <alt>
+ A rectangular flag with five equal-width horizontal stripes: orangy red, orange, white, light matenga, 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>
+ </flagdefs>
+</settings> \ No newline at end of file