diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-04 17:06:54 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-04 17:06:54 -0400 |
commit | 6ce8f79d3b5f6e2d724204e3bcb504b2e7bcb306 (patch) | |
tree | 97765cb560a8ab349172d998296ff070d093411d /content | |
parent | 2dcf5adbf084eb7f3e33d57f714ed2d2244a6ce8 (diff) |
remove a few pages, move blog into posts, and add first status update
Diffstat (limited to 'content')
-rw-r--r-- | content/about.md | 20 | ||||
-rw-r--r-- | content/now.md | 21 | ||||
-rw-r--r-- | content/posts/hello-world.md (renamed from content/blog/2025-05-19-hello-world.md) | 0 | ||||
-rw-r--r-- | content/posts/status-update-may-2025.md | 14 | ||||
-rw-r--r-- | content/todo.md | 8 |
5 files changed, 15 insertions, 48 deletions
diff --git a/content/about.md b/content/about.md index ae56b47..6e022f7 100644 --- a/content/about.md +++ b/content/about.md @@ -6,22 +6,4 @@ Hi there, I'm frosty. I'm primarily interested in meteorology, systems administr 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]. - -Below is a list of resources that I found helpful in developing this website: - -* [Hugo Documentation][hugo-docs] -* [Hugo Mini Course][hugo-mini-course] -* [systemfontstack][systemfontstack] -* [google webfonts helper][google-webfonts-helper] - -[srht]: https://sr.ht/ -[suckless]: https://suckless.org/ -[dark-clouds]: https://wiki.znc.in/File:Webadmin-settings-dark-clouds.png - -[systemfontstack]: https://systemfontstack.com/ -[google-webfonts-helper]: https://gwfh.mranftl.com/fonts -[hugo-mini-course]: https://hugo-mini-course.netlify.app/ -[hugo-docs]: https://gohugo.io/documentation/ +Contact details will be added soon. diff --git a/content/now.md b/content/now.md deleted file mode 100644 index 3b973e0..0000000 --- a/content/now.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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 diff --git a/content/blog/2025-05-19-hello-world.md b/content/posts/hello-world.md index f80d9fe..f80d9fe 100644 --- a/content/blog/2025-05-19-hello-world.md +++ b/content/posts/hello-world.md diff --git a/content/posts/status-update-may-2025.md b/content/posts/status-update-may-2025.md new file mode 100644 index 0000000..7473762 --- /dev/null +++ b/content/posts/status-update-may-2025.md @@ -0,0 +1,14 @@ +--- +title: "Status update (May 2025)" +date: "2025-06-04" +--- + +Welcome to my first status update post on the website. I'm not used to this format, so I apologize if it's all over the place. + +As of the beginning of the month, I've started taking my home server projects more seriously. I now rent out a small VPS, which has been a nice addition. Nothing else of interest to add. + +Also, I started doing basic telephony in my home. I have 2 Cisco 7965 IP phones that are connected to an Asterisk PBX, which has been patched with [USECALLMANAGER][usecallmanager] to allow the Cisco phones to have more features over SIP. It's been a really neat thing to work on so far. + +And that's about it for now. Feel free to email with questions, and I'll see you next time! + +[usecallmanager]: https://usecallmanager.nz/documentation-overview.html diff --git a/content/todo.md b/content/todo.md deleted file mode 100644 index 16cec2a..0000000 --- a/content/todo.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Todo" ---- - -## Website - -* Section for photos - * Images embedded in pages should be optimized using Hugo's custom renderers |