blob: 75fc83d7600f1776649ebf3900ae4ee366a0fd2d (
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
|
{% extends "base.html" %}
{% block meta %}<meta name="bubbles:fediverse" content="@[email protected]">{% endblock %}
{% block main %}
<section>
<h1>Christian Cleberg</h1>
<p>[ <a href="https://krz.sh">krz</a> · <a href="https://audit-labs.dev">audit 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>cgit (primary): <a href="https://git.krz.sh">~cmc</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>Lemmy: <a href="https://r.nf/u/cmc">@cmc</a></li>
<li>Mastodon: <a href="https://c.im/@cmc">@cmc</a></li>
<li>Pixelfed: <a href="https://gram.social/cmc">@cmc</a></li>
</ul>
</section>
{% endblock %}
|