cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

7d1a15fe2efeac0f321901bd231a1a0117869f4e

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-02-03T23:45:22Z

fix org formatting
 content/uses/index.org | 51 +++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/content/uses/index.org b/content/uses/index.org
index 2e6f15f..22938be 100644
--- a/content/uses/index.org
+++ b/content/uses/index.org
@@ -1,27 +1,28 @@
 #+title: Uses
 #+slug: index
 
-What are the technologies behind ~cleberg.net~? See below. I tend to flip-flop
-on my DNS providers and Git hosts often, but the rest of these technologies are
+What are the technologies behind ~cleberg.net~? See below. I tend to flip-flop on
+my DNS providers and Git hosts often, but the rest of these technologies are
 consistently powering this website.
 
-I've also included various technologies that I use /while/ building
-~cleberg.net~, as they seem relevant to complete the picture.
+I've also included various technologies that I use /while/ building ~cleberg.net~,
+as they seem relevant to complete the picture.
 
 * Philosophy
 
-My choice of tools is guided by a few core "soft" requirements that are more important to me than convenience or feature-creep:
+My choice of tools is guided by a few core "soft" requirements that are more
+important to me than convenience or feature-creep:
 
-- *Digital Sovereignty*: If I don't own the hardware or the plain-text source, I
+- Digital Sovereignty: If I don't own the hardware or the plain-text source, I
   don't truly own the content. This site lives in my rack, not on someone else's
   "cloud."
-- *Zero Tracking*: I have no interest in your data. I don't use cookies, I don't
+- Zero Tracking: I have no interest in your data. I don't use cookies, I don't
   track your IP, and I don't care how many "unique visitors" I have. If the
   content is useful, it will find its way via RSS or word-of-mouth.
-- *Disposable Infrastructure*: The server is a pet, but the site is a cattle.
-  Because the entire build is driven by org-mode and a single ~build.py~ script,
-  I can lose the entire machine and be back online on a fresh OS in minutes.
-- *Minimalist Stack*: I prefer tools that do one thing well. Weblorg for static
+- Disposable Infrastructure: The server is a pet, but the site is a cattle.
+  Because the entire build is driven by org-mode and a single ~build.py~ script, I
+  can lose the entire machine and be back online on a fresh OS in minutes.
+- Minimalist Stack: I prefer tools that do one thing well. Weblorg for static
   generation and Nginx for serving files is a stack that will likely still work
   ten years from now without a single dependency update.
 
@@ -45,7 +46,7 @@ My choice of tools is guided by a few core "soft" requirements that are more imp
 | Image Processing      | [[https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/w/webp.rb][webP (CLI)]]                       |
 | Browser(s) [fn:2]     | [[https://www.torproject.org/][Tor]] + [[https://librewolf.net/][LibreWolf]]                  |
 | Version Control       | [[https://git-scm.com/][Git (CLI)]]                        |
-| Git Host              | [[https://github.com/ccleberg][GitHub]]                             |
+| Git Host              | [[https://github.com/ccleberg][GitHub]]                           |
 | CI/CD                 | [[https://github.com/ccleberg/cleberg.net/blob/main/build.py][build.py]] + [[https://www.openssh.org/][OpenSSH]]               |
 | Email Host            | [[https://soverin.com/][Soverin]]                          |
 | Search Engine         | [[https://docs.searxng.org/][SearXNG]]                          |
@@ -73,19 +74,19 @@ services.
 See the following blog post for more information on this server: [[https://cleberg.net/blog/server-build.html][Building a
 High-Performance Rack-Mounted Server with Consumer PC Components]].
 
-| Hardware Component | What I Use                                       |
-|--------------------+--------------------------------------------------|
-| Chassis            | Rosewill RSV-R4100U 4U Rackmount                 |
-| Motherboard        | NZXT B550                                        |
-| CPU                | AMD Ryzen 7 5700G [fn:4]                         |
-| GPU                | N/A - Onboard Radeon Graphics                    |
-| RAM                | 64GB (2x32GB) DDR4                               |
-| Boot Drive         | 500GB WD M.2 NVMe SSD                            |
-| Storage (HDD)      | 1x10TB White, 1x8TB White, 2x8TB Red Plus        |
-| Power Supply       | Corsair RM850                                    |
-| Thermal Paste      | Corsair TM30                                     |
-| Cooling            | Noctua Fans (1x120mm front, 2x80mm rear)         |
-| Cabling            | CableMatters 6Gbps SATA                          |
+| Hardware Component | What I Use                                |
+|--------------------+-------------------------------------------|
+| Chassis            | Rosewill RSV-R4100U 4U Rackmount          |
+| Motherboard        | NZXT B550                                 |
+| CPU                | AMD Ryzen 7 5700G [fn:4]                  |
+| GPU                | N/A - Onboard Radeon Graphics             |
+| RAM                | 64GB (2x32GB) DDR4                        |
+| Boot Drive         | 500GB WD M.2 NVMe SSD                     |
+| Storage (HDD)      | 1x10TB White, 1x8TB White, 2x8TB Red Plus |
+| Power Supply       | Corsair RM850                             |
+| Thermal Paste      | Corsair TM30                              |
+| Cooling            | Noctua Fans (1x120mm front, 2x80mm rear)  |
+| Cabling            | CableMatters 6Gbps SATA                   |
 
 [fn:4] Specifically chosen for onboard graphics support to avoid needing a
 dedicated GPU in the rack.