aboutsummaryrefslogtreecommitdiff
path: root/config.xml
blob: 693bac934eb632de3a196379b12be562f37c2385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?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>
    <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/>
        <lesbiromantic/>
        <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~~!
        (She hasn't set up her site yet, be patient!)
    </bio>

    <pronounspage>https://en.pronouns.page/@cloudburstsys</pronounspage>

    <socials>
        <discord>
            <name>cloudburst</name>
            <link></link>
        </discord>
        <twitter deprecated="true">
            <name>leahpone</name>
            <link>https://twitter.com/leahpone</link>
        </twitter>
    </socials>

    <!-- Below are configuations for added flags. -->
    <flagdefs>
        <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>
        <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>
        <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 four equal-width horizontal stripes: red, light red, white, dark magenta
            </alt>
        </alloromantic_asexual>
    </flagdefs>

    <!-- Below are configuations for added socials -->
    <socialdefs>
        <discord>
            <name>Discord</name>
            <file>/assets/socials/discord.svg</file>
            <clickable>false</clickable>
        </discord>
        <twitter>
            <name>Twitter</name>
            <file>/assets/socials/twitter.svg</file>
            <clickable>true</clickable>
        </twitter>
    </socialdefs>
</settings>