cmc/cleberg.net

My personal web garden & blog.

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

8f7b1b7f0b03868f62880040bd574a0d17d7ff42

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-01-02T02:09:54Z

add links to /uses page
 content/about/index.org |  3 ++-
 content/uses/index.org  | 22 ++++++++++++----------
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/content/about/index.org b/content/about/index.org
index d9634ba..3f80adb 100644
--- a/content/about/index.org
+++ b/content/about/index.org
@@ -23,6 +23,7 @@ In my spare time, I like to:
 If you want to chat, you can find me in the following spaces:
 
 - hello [at] cleberg.net ([[https://cleberg.net/gpg.txt][PGP Key]])
-- @cmc.01 on [[https://signal.org/][Signal]]
+- Email or Signal message me for a [[https://simplex.chat/][SimpleX]] link (preferred)
+- @cmc.01 on [[https://signal.org/][Signal]] (less preferred)
 
 Curious about the technology behind this website? Check out my [[https://cleberg.net/uses/][uses]] page.
diff --git a/content/uses/index.org b/content/uses/index.org
index 01c580b..191e22a 100644
--- a/content/uses/index.org
+++ b/content/uses/index.org
@@ -5,13 +5,15 @@ 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.
 
-| Technology            | What I Use |
-|-----------------------+------------|
-| Registrar             | Njalla     |
-| DNS                   | Cloudflare |
-| Operating System      | Ubuntu     |
-| Web Server            | Nginx      |
-| SSL                   | Certbot    |
-| Static Site Generator | Weblorg    |
-| Markup Language       | Org-mode   |
-| Git Host              | GitHub     |
+| Technology            | What I Use  |
+|-----------------------+-------------|
+| Registrar             | [[https://njal.la][Njalla]]      |
+| DNS                   | [[https://cloudflare.com][Cloudflare]]  |
+| Server                | [[https://cleberg.net/blog/server-build.html][Self-hosted]] |
+| Operating System      | [[https://ubuntu.com][Ubuntu]]      |
+| Web Server            | [[https://nginx.org][Nginx]]       |
+| SSL                   | [[https://certbot.eff.org][Certbot]]     |
+| Static Site Generator | [[https://github.com/emacs-love/weblorg][Weblorg]]     |
+| Markup Language       | [[https://orgmode.org][org-mode]]    |
+| Git Host              | [[https://git.cleberg.net][cGit]]        |
+| CI/CD                 | [[https://git.cleberg.net/cleberg.net.git/tree/build.py][build.py]]    |