diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 0 | ||||
-rw-r--r-- | content/about.md | 15 | ||||
-rw-r--r-- | content/blog/2025-05-19-hello-world.md | 11 | ||||
-rw-r--r-- | content/now.md | 21 |
4 files changed, 47 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/_index.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..42d2b1b --- /dev/null +++ b/content/about.md @@ -0,0 +1,15 @@ +--- +title: "About" +--- + +Hi there, I'm frosty. I'm primarily interested in meteorology, systems administration, and photography; I also like to experiment with minimalistic software setups and unconventional workflows. + +I don't consider myself a software developer, but I do write some code here and there. My favorite languages are C and Go, and I much prefer backend to frontend. + +## Website + +This website was created by hand in Vim and built with Hugo. It's quite simple, and I've made my own theme for myself. Sources of inspiration for the styling are: [sourcehut][srht], [suckless.org][suckless], and [ZNC's dark-clouds theme][dark-clouds]. + +[srht]: https://sr.ht/ +[suckless]: https://suckless.org/ +[dark-clouds]: https://wiki.znc.in/File:Webadmin-settings-dark-clouds.png diff --git a/content/blog/2025-05-19-hello-world.md b/content/blog/2025-05-19-hello-world.md new file mode 100644 index 0000000..f80d9fe --- /dev/null +++ b/content/blog/2025-05-19-hello-world.md @@ -0,0 +1,11 @@ +--- +title: "Hello, World!" +date: "2025-05-19" +--- + +Hello and welcome! This is an introduction to my website. For the time being, you can read more [about me][about], or check up on what's up with me [right now][now]. + +That's all I've got at the moment, see you soon! + +[about]: /about.html +[now]: /now.html diff --git a/content/now.md b/content/now.md new file mode 100644 index 0000000..86f605e --- /dev/null +++ b/content/now.md @@ -0,0 +1,21 @@ +--- +title: "Now" +date: "2025-05-19" +layout: "now" +--- + +- I've made it, I can call myself a high school graduate! A blog post about this is in the works. +- My primary focus has been managing self-hosted servers (at home and on VPSes); both to gain experience and for the convenience and control of having my own infrastructure. +- Recently, I got the itch to create a proper website for myself, after telling myself previously that I wasn't interesting enough to write about. +- Learning Wayland client development has been fun - I'm doing it in C99. Currently, I'm creating a wallpaper daemon, and so far the hardest part of it is reading image data from files and handling the pixel data. + +## Music + +- The Dismemberment Plan (Change, Emergency & I, "!") +- Jimmy Eat World (Clarity, Static Prevails, Bleed American) + +## TV + +- Severance + - My first time ever watching it, and it's been extremely captivating. I'm only on season 1 as well! +- Aqua Teen Hunger Force |