blob: 42d162522e0bfb0d0cdd15e91325b18f237fb629 (
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
36
37
|
{% 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>Recent Posts</h2>
<ul class="post-list">
<!-- BEGIN_POSTS --><!-- END_POSTS -->
</ul>
<p><a href="/blog/">All Posts →</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>More projects are available on SourceHut and GitHub below.</i></p>
</section>
<section>
<h2>Elsewhere</h2>
<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 %}
|