blob: 0cfe8ba7668d2d29244507b38458b1786606b8ed (
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
30
31
32
33
34
35
|
{% 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. I focus on privacy, user freedom, security, and self-hosting.</p>
<p><a href="/uses">Uses</a> · <a href="/now">Now</a></p>
</section>
<section>
<h2>Projects</h2>
<p>Things I've built.</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>
<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>
<h2>Recent Posts</h2>
<!-- BEGIN_POSTS --><!-- END_POSTS -->
<p><a href="/blog/">All Posts →</a></p>
</section>
<section>
<h2>Elsewhere</h2>
<ul>
<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:[email protected]">[email protected]</a> (<a href="/gpg.txt">GPG</a>)</li>
<li>Signal: <span>@cmc.01</span></li>
</ul>
</section>
{% endblock %}
|