aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: f06c16d688f00450b22c8e68619f47c94acd0ecd (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://zerolabs.sh">zero labs</a> &middot; <a href="https://audit-labs.dev">audit labs</a> ]</p>
    <p>Privacy &middot; Self-Hosting &middot; 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> &middot; <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 &rarr;</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>Lemmy: <a href="https://r.nf/u/cmc">@cmc</a></li>
        <li>Mastodon: <a href="https://c.im/@cmc">@cmc</a></li>
        <li>Photography: <a href="https://cmc.moments.im/">@cmc</a></li>
    </ul>
</section>
{% endblock %}