initial commit

This commit is contained in:
sepia 2024-10-24 23:40:31 -05:00
commit 6c1c2fc043
11 changed files with 3112 additions and 0 deletions

11
data/pages/about.html Normal file
View file

@ -0,0 +1,11 @@
<article>
<h2>About</h2>
<p>I program sometimes. I can't decide on a language.</p>
<p>Lately I'm focused on processing e-sports statistics in rust for degenerate betting purposes, and writing games in zig with raylib.</p>
<p>This blog was made with htmx and rust. I will not post the code unless you bother me about it, because I am lazy.</p>
<h3>Socials</h3>
<ul>
<li><a href="https://x.com/sepiatonal">x</a></li>
<li><a href="https://discord.com/users/105121538805669888">discord</a></li>
</ul>
</article>