# My queer page This is a (wip) page, not dissimilar to [pronouns.page](https://pronouns.page), [pronouns.cc](https://pronouns.cc) &c. that describes my queerness. I wanted to have a way of describing my quirks (queerks? :-P) in more detail, since labels are not everything and sometimes the conventional understanding implies stuff that are different for me (e.g. my trans-ness involves little to no dysphoria and there are no transition plans). Also, Czech language is heavily gendered, so I need more space to describe stuff than “just setting 5 pronouns”. And I wanted to have a testing project in Gleam (and Lustre in this case) ## Running ```sh gleam build python3 -m http.server # or any other server for local static files badwolf http://localhost:8000 # or other browser ``` ## Deployment None yet. I'll see if I can deploy this in a similar way to [my blog](https://blog.ledoian.cz/about-blog.html). ## Tests I accidentally deleted the default ones, so there are none :3