first commit
This commit is contained in:
commit
384567df50
44 changed files with 501 additions and 0 deletions
73
content/_index.md
Normal file
73
content/_index.md
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
+++
|
||||
title = 'Home'
|
||||
+++
|
||||
|
||||
<div class="background">
|
||||
<section>
|
||||
|
||||
<div class="huge">
|
||||
owo
|
||||
</div>
|
||||
|
||||
my name is **sel** (or selene, if you want to be fancy) <small>([they/it](https://en.pronouns.page/they&it), 3pp appriciated)</small>
|
||||
|
||||
i can be described as many things!! I'm a **very** silly <img src="/neocats/neocat_flag_trans.png" alt="trans flag neocat" title="transgender" class="emoji"> <img src="/neocats/neocat_flag_genderfluid.png" alt="genderfluid flag neocat" title="genderfluid" class="emoji"> <img src="/neocats/neocat_flag_pan.png" alt="pansexual flag neocat" title="pansexual" class="emoji"> <img src="/neocats/neocat_flag_aro.png" alt="aromantic flag neocat" title="aromantic" class="emoji"> kitty/fox/wasp-eqsue thing, an intermediate computer toucher, amateur systems designer, and a visibly weird neurodivergent mess. i study IT & programming by day.
|
||||
|
||||
i love spicy food, music (breakcore, nightcore, webcore, really anything fast-paced), linux, overcommitting to irrelevant matters, and undercommitting to relevant matters. i'm also interested in politics and activism.
|
||||
|
||||
the technopathy language i've been messing around in lately is [rust](https://rust-lang.org), although i still barely know anything about it. i allegedly have prior experience in smol-scale fullstack stuff. this website is made with [hugo](https://gohugo.io).
|
||||
|
||||
</section>
|
||||
|
||||
<section class="buttons-wrapper">
|
||||
<div class="buttons">
|
||||
|
||||
[](https://softkittypa.ws)
|
||||
|
||||
</div>
|
||||
<div class="buttons">
|
||||
|
||||

|
||||
[](https://web.archive.org)
|
||||
[](https://archlinux.org)
|
||||

|
||||

|
||||

|
||||
[](https://fediverse.info)
|
||||

|
||||

|
||||
[](https://yesterweb.org/no-to-web3/)
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
## thingimajigs
|
||||
|
||||
- very cute and silly [link/data analysis specification](https://git.linuxposting.xyz/sel/wgu/wiki/format.md) (i talk about it WAY too much)
|
||||
- a half-baked implementation of that
|
||||
- that's about it :/
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
## contact
|
||||
|
||||
- email: `sel[@]disroot[.]org`
|
||||
- xmpp: `sel[@]07f[.]de`
|
||||
- signal: [`_314.15`](https://signal.me/#eu/xlLacXW5YFcX-XLjkoHWSh2EmnkgbxTnfr8AgNpKBQb61UT3c9lPpqnfInf8Mt2I)
|
||||
|
||||
i'm fairly active on the fediverse as <a href="https://mk.absturztau.be/@sel" rel="me">`@sel@mk.absturztau.be`</a> (please avoid DMing me on there!) i post in the [`Europe/Budapest`](https://time.is/Hungary) timezone, most often during the day.
|
||||
|
||||
my pgp signature is [`BD6C944B 88BDE1C0 9F26E3D1 C4A80409 D21A12B3`](https://git.linuxposting.xyz/sel/webbed-site/raw/branch/main/public.pgp).
|
||||
|
||||
## more related things
|
||||
|
||||
- [my attempts at programming](https://git.linuxposting.xyz/sel)
|
||||
- [my 88x31 button](https://example.com#please-add-the-actual-link-later) (feel free to hotlink it! :3 and poke at me if you do)
|
||||
- [source of this page's background & most of my profile pictures](https://xcancel.com/yihan1949)
|
||||
|
||||
</section>
|
||||
</div>
|
||||
5
content/posts/_index.md
Normal file
5
content/posts/_index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Posts"
|
||||
+++
|
||||
|
||||
Below you can find most of my non-technical written works. Everything is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) unless otherwise indicated.
|
||||
10
content/posts/hello.md
Normal file
10
content/posts/hello.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
date = '2026-02-14T22:24:04+01:00'
|
||||
draft = false
|
||||
title = 'Hello world!'
|
||||
tags = ['meta']
|
||||
+++
|
||||
|
||||
welcome to the blog! there isn't much here (yet)
|
||||
|
||||
i have some ideas for posts though (plus, it's just nice to have somewhere i can write stuff down)
|
||||
5
content/tags/_index.md
Normal file
5
content/tags/_index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = 'Tags'
|
||||
+++
|
||||
|
||||
Below are all the tags used on posts.
|
||||
Loading…
Add table
Add a link
Reference in a new issue