You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.5 KiB
Markdown

<!--
# queer_ledoian
[![Package Version](https://img.shields.io/hexpm/v/queer_ledoian)](https://hex.pm/packages/queer_ledoian)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/queer_ledoian/)
```sh
gleam add queer_ledoian@1
```
```gleam
import queer_ledoian
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/queer_ledoian>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```
-->
# 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) <!-- TODO links -->
## 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