aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: 68685a029143864e89a9e976293b5dcdab02857f (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 &middot; Self-Hosting &middot; 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> &middot; <a href="/now">Now</a></p>
</section>

<section>
    <h2>Recent Posts</h2>
    <ul>
    <!-- BEGIN_POSTS --><!-- END_POSTS -->
    </ul>
    <p><a href="/blog/">All Posts &rarr;</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 for more projects.</i></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: <a href="https://signal.me/#eu/JYao4TQ7pIOaSk4HwMiaPRP47la4DlKaGnjklHzHJWldg31wG0JDSJYqLjVx9Hou">@cmc.01</a></li>
    </ul>
</section>
{% endblock %}