summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/_index.md25
-rw-r--r--content/blog/_index.md5
-rw-r--r--content/blog/router.md8
-rw-r--r--content/music/_index.md14
-rw-r--r--content/now.md10
-rw-r--r--content/todo.md5
-rw-r--r--content/uses.md10
7 files changed, 77 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..47f862e
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,25 @@
+---
+---
+
+Hi there. I'm a hobbyist network engineer, systems administrator, computer programmer, and photographer. I also enjoy [certain types of music](/music/), working with Linux (and other *nix) servers and desktops, and occasionally watching anime.
+
+I like to do IT projects and tinker with Linux desktops. You can catch up to what I'm up to lately at [my now page](/now.html). Most of my work is offline, but I'm slowly working on writing posts about what I've done.
+
+Because I care more than most about my software setup, you can find it and more at [my uses page](/uses.html).
+
+## Contact
+
+* Email: `passedgoandgot200` [aatt] `disroot` [ddoott] `org`
+ * If you need to send something sensitive, use XMPP; I currently don't use PGP for email.
+* XMPP: `frosty` [aatt] `orcanet` [ddoott] `sh`
+ * Please use OMEMO and encrypt for [this list](/omemo-fingerprints.txt) of fingerprints.
+* IRC: `frostyfalls` on Libera.Chat; see if you can find me elsewhere
+ * I typically idle on just `#gentoo-chat` and `#voidlinux`; of course you can also `/msg` me.
+
+## Me Elsewhere
+
+* Git repositories: [Personal](https://git.mending.trade/), [sourcehut](https://git.sr.ht/~auroras), [GitHub](https://github.com/frostyfalls)
+
+## Latest Posts
+
+{{< latest-posts limit=5 >}}
diff --git a/content/blog/_index.md b/content/blog/_index.md
new file mode 100644
index 0000000..43028d9
--- /dev/null
+++ b/content/blog/_index.md
@@ -0,0 +1,5 @@
+---
+title: "Blog"
+---
+
+{{< all-posts type="blog" >}}
diff --git a/content/blog/router.md b/content/blog/router.md
new file mode 100644
index 0000000..b9ee2bf
--- /dev/null
+++ b/content/blog/router.md
@@ -0,0 +1,8 @@
+---
+title: "Creating a router from scratch"
+date: "2025-08-21"
+tags: ["networking", "servers"]
+draft: true
+---
+
+This is content.
diff --git a/content/music/_index.md b/content/music/_index.md
new file mode 100644
index 0000000..e100ede
--- /dev/null
+++ b/content/music/_index.md
@@ -0,0 +1,14 @@
+---
+title: "Music"
+---
+
+This is the home of my music-related posts; mostly reviews of albums or posts about a live show I went to.
+
+The organization of this section is to be determined, expect it to change.
+
+## Favorites
+
+* The Dismemberment Plan (Change, Emergency & I, Is Terrified)
+* Jimmy Eat World (Clarity, Static Prevails, Bleed American)
+
+{{< all-posts type="music" >}}
diff --git a/content/now.md b/content/now.md
new file mode 100644
index 0000000..7521265
--- /dev/null
+++ b/content/now.md
@@ -0,0 +1,10 @@
+---
+title: "Now"
+lastmod: "2025-08-21"
+---
+
+Most of my hobby projects have been more IT and network focused as of late. My current major projects and interests are:
+
+* My from-scratch router and gateway with niceties like a DNS, WireGuard, and Asterisk server running Gentoo Linux. VLANs are the next priority on the machine, with my managed Catalyst 3560-CG switch in the mix.
+* Cisco IP phones, specifically 7965-G models, hooked up to an Asterisk server - [patched](https://usecallmanager.nz/documentation-overview.html) to provide SCCP-like features, such as BLF, over SIP. They currently don't provide usefulness, but they are fun to play with and customize.
+* New laptop: ThinkPad X220. This has been my favorite laptop to use to date. Surprisingly, the battery life has been exceptional, lasting at least 8 hours with decent use - doing work over SSH, writing and building code, playing back files over a network mounted share.
diff --git a/content/todo.md b/content/todo.md
new file mode 100644
index 0000000..3ebf852
--- /dev/null
+++ b/content/todo.md
@@ -0,0 +1,5 @@
+---
+title: "Todo"
+---
+
+* Add more information to the single page template (date, tags)
diff --git a/content/uses.md b/content/uses.md
new file mode 100644
index 0000000..a80f2c6
--- /dev/null
+++ b/content/uses.md
@@ -0,0 +1,10 @@
+---
+title: "Uses"
+---
+
+I've curated a list of tools that make me the most productive, and I want to share it with you. This can also be seen as a "rocks" page, similar to [the one on the suckless website](https://suckless.org/rocks/).
+
+* Window manager: [Sway](https://swaywm.org/)
+* Terminal emulator: [foot](https://codeberg.org/dnkl/foot)
+
+This page is _very_ incomplete, expect more to be added in the future.