yay website v2
This commit is contained in:
parent
d995b97ad8
commit
b8e9086f87
7 changed files with 552 additions and 47 deletions
|
@ -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;
|
||||
|
||||
|
|
19
content/blog/website-v2.md
Normal file
19
content/blog/website-v2.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue