aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-01-01 20:09:54 -0600
committerChristian Cleberg <[email protected]>2026-01-01 20:09:54 -0600
commit8f7b1b7f0b03868f62880040bd574a0d17d7ff42 (patch)
treecce8c982fa2d470b9421a1eba644519363212e6c
parent153a0c293a0db0309744c730d810aa7a29259b62 (diff)
downloadcleberg.net-8f7b1b7f0b03868f62880040bd574a0d17d7ff42.tar.gz
cleberg.net-8f7b1b7f0b03868f62880040bd574a0d17d7ff42.tar.bz2
cleberg.net-8f7b1b7f0b03868f62880040bd574a0d17d7ff42.zip
add links to /uses page
-rw-r--r--content/about/index.org3
-rw-r--r--content/uses/index.org22
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]] |