cmc/cleberg.net

My personal web garden & blog.

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

1ff252b61aa7e4c13e8184e34f8447b74a4b2560

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-06T02:46:37Z

update homepage design
 theme/templates/index.html | 27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

diff --git a/theme/templates/index.html b/theme/templates/index.html
index c69a276..0cfe8ba 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,15 +1,20 @@
 {% extends "base.html" %} {% block main %}
 <section>
     <h1>Christian Cleberg</h1>
-    <p>Privacy · Self-Hosting · iOS</p>
-    <p>I build tools, write about systems, and run my own infrastructure.</p>
+    <p>Privacy &middot; Self-Hosting &middot; iOS</p>
+    <p>I build tools, write about systems, and run my own infrastructure. I focus on privacy, user freedom, security, and self-hosting.</p>
+    <p><a href="/uses">Uses</a> &middot; <a href="/now">Now</a></p>
+</section>
+
+<section>
+    <h2>Projects</h2>
+    <p>Things I've built.</p>
     <ul>
-        <li><a href="/posts">Writing</a></li>
-        <li><a href="/projects">Projects</a></li>
-        <li><a href="/services">Services</a></li>
-        <li><a href="/uses">Uses</a></li>
-        <li><a href="/now">Now</a></li>
+        <li><a href="https://sr.ht/~ccleberg/Hutch/">Hutch</a>: iOS client for SourceHut</li>
+        <li><a href="https://sr.ht/~ccleberg/Rune/">Rune</a>: iOS client for Njalla</li>
+        <li><a href="https://github.com/audit-labs/audit-tools">Audit Tools</a>: Automated scripts for auditors</li>
     </ul>
+    <p><i>Find my SourceHut and GitHub profile links below.</i></p>
 </section>
 
 <section>
@@ -19,10 +24,12 @@
 </section>
 
 <section>
-    <h2>Contact</h2>
+    <h2>Elsewhere</h2>
     <ul>
-        <li>Email: <a href="mailto:hello@cleberg.net">hello@cleberg.net</a></li>
-        <li>Signal: <span>[your number or handle]</span></li>
+        <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li>
+        <li>GitHub (backup): <a href="https://github.com/ccleberg">@ccleberg</a></li>
+        <li>Email: <a href="mailto:hello@cleberg.net">hello@cleberg.net</a> (<a href="/gpg.txt">GPG</a>)</li>
+        <li>Signal: <span>@cmc.01</span></li>
     </ul>
 </section>
 {% endblock %}