diff options
| author | Christian Cleberg <[email protected]> | 2026-04-09 22:18:09 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-09 22:18:09 -0500 |
| commit | 4f5d68d916d182ff44e2f0ac3af2afb7fa305079 (patch) | |
| tree | eec852d6250678dfa3ef60985d3545d1dba5c19f | |
| parent | b69cb680e8d6437a795c0aa50aa3309e4d9047ad (diff) | |
| download | cleberg.net-4f5d68d916d182ff44e2f0ac3af2afb7fa305079.tar.gz cleberg.net-4f5d68d916d182ff44e2f0ac3af2afb7fa305079.tar.bz2 cleberg.net-4f5d68d916d182ff44e2f0ac3af2afb7fa305079.zip | |
update copy to include zerolabs.sh
| -rw-r--r-- | theme/templates/base.html | 2 | ||||
| -rw-r--r-- | theme/templates/index.html | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index a474dde..54c2ec9 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -40,6 +40,8 @@ <a href="/feed.xml">RSS</a> · <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> · <a href="/tips/">Tips</a> + <br> + <a href="https://zerolabs.sh">zero labs</a> </footer> </body> </html> diff --git a/theme/templates/index.html b/theme/templates/index.html index 27530fc..5102892 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,8 +1,9 @@ {% extends "base.html" %} {% block main %} <section> <h1>Christian Cleberg</h1> + <p><a href="https://zerolabs.sh">zero labs</a></p> <p>Privacy · Self-Hosting · 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>I build tools, write about systems, and run my own infrastructure. Focused on privacy, user control, and long-term utility.</p> <p><a href="/uses">Uses</a> · <a href="/now">Now</a></p> </section> @@ -17,7 +18,7 @@ <section> <h2>Projects</h2> - <p>Things I've built.</p> + <p>Software I build and maintain.</p> <ul> <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> |
