This is just a little place for me to dump my ideas, projects, and writings on
a place were other people can read them.
There isn't a set topic but I plan on writing about my interests: Theology,
books, linguistics, technology, UNIX, BSD, and anything that catches my
interest enough to write about.
This is not my first website (nor will it be my last). I originally made
the site just to be a blog using the program HUGO which generates HTML
websites from MarkDown files, but I found that software to be too restricting
and my sites ending up too cluttered, so I recreated my site 1:1 in plain PHP
and CSS.
Now I'm working from a fresh start, a blank canvas.
The site base is taken from HTTPd.rocks's source code.
I've gone through the whole web hosting pipeline:
Github pages ->
neocities -> Debian + Nginx -> OpenBSD + Nginx -> OpenBSD + HTTPd -> HTTPd +
HTTPd + relayd.
I rent a cheep ($3.50 p/m) VPS from Vultr running OpenBSD 7.7
It's running OpenBSD's own HTTPd web server and relayd (OpenBSD's
very own relay daemon). I followed HTTPd.rocks
to set this server up; Alongside 0x19's guide and the OpenBSD
handbook.
I am thankful for those three sites, they've helped me so much in my OpenBSD journey.