blob: 452620231ad7ae4f7150668aa942f385554bde62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{% 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. Focused on privacy, user control, and long-term utility.</p>
<p><a href="/uses">Uses</a> · <a href="/now">Now</a></p>
</section>
<section>
<h2>Recent Posts</h2>
<p>Things I've written recently.</p>
<ul class="post-list">
<!-- BEGIN_POSTS --><!-- END_POSTS -->
</ul>
<p><a href="/blog/">All Posts →</a></p>
</section>
<section>
<h2>Elsewhere</h2>
<p>Places to find me online.</p>
<ul>
<li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li>
<li>GitHub (mirror): <a href="https://github.com/ccleberg">@ccleberg</a></li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a> (<a href="/gpg.txt">GPG</a>)</li>
<li>Signal: <a href="https://signal.me/#eu/JYao4TQ7pIOaSk4HwMiaPRP47la4DlKaGnjklHzHJWldg31wG0JDSJYqLjVx9Hou">@cmc.01</a></li>
</ul>
</section>
{% endblock %}
|