yay website v2

This commit is contained in:
lynxize 2024-11-14 20:28:28 -07:00
parent d995b97ad8
commit b8e9086f87
7 changed files with 552 additions and 47 deletions

View file

@ -16,7 +16,7 @@ I like gamedev (though I'm not particularly great at it), D&D, reading Epic Fant
I explain why I set up this site [over here](/blog/yet-another-blog), if you're curious.
I'm not quite sure what I'm going to put here, probably just random stuff I feel like writing about.
Profile picture is from [this picrew](https://picrew.me/en/image_maker/2122621) (for now).
Profile picture on most sites is from [this picrew](https://picrew.me/en/image_maker/2122621) (for now).
### Contact
You can find me in the following places:

View file

@ -107,7 +107,7 @@ Turns out QMK makes it quite easy to [send data back and forth](https://docs.qmk
between the computer and the keyboard, and after a little fiddling around, I had something promising.
## Final Code
```c,linenos
```c
RGB_MATRIX_EFFECT(custom_colors)
RGB_MATRIX_EFFECT(pride_flag)
@ -167,7 +167,7 @@ static bool pride_flag(effect_params_t* params) {
I then wrote this little command-line thing to let me change the keyboard color on the fly.
```rs,linenos
```rs
use hidapi::HidApi;
use std::env;

View file

@ -0,0 +1,19 @@
+++
title = "New Site!"
date = 2024-11-12
+++
New site!
I was getting bored with the [old theme](https://github.com/lynxize/serene) (it felt a little too... stuffy) and kind of wanted to try making something myself.
It's still using [Zola](https://www.getzola.org/) (which is great btw) as the site generator, but now with my own HTML templates and CSS.
Is this site perfect? No, far from it.
The CSS is kind of a disaster, and I'm not quite happy with the look yet. There are a lot of rough edges and missing things relative to the old theme.
But, it exists, and *I* made it. Not ChatGPT, not copy-pasting from someone else's thing, *me*.
And that [feels really really good](/blog/wobsite).
I might write something a little more in-depth once I'm happier with the new theme.
Maybe a "look everyone can do this" or "screw bloated websites" post, but I feel like those have been done to death and I don't really have anything new or insightful to add. We'll see.