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/posts | |
parent | 2dcf5adbf084eb7f3e33d57f714ed2d2244a6ce8 (diff) |
remove a few pages, move blog into posts, and add first status update
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/hello-world.md | 11 | ||||
-rw-r--r-- | content/posts/status-update-may-2025.md | 14 |
2 files changed, 25 insertions, 0 deletions
diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md new file mode 100644 index 0000000..f80d9fe --- /dev/null +++ b/content/posts/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/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 |