blob: c69a2766c1886797767c5c584f9e4bb69d5af65f (
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
|
{% 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.</p>
<ul>
<li><a href="/posts">Writing</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/services">Services</a></li>
<li><a href="/uses">Uses</a></li>
<li><a href="/now">Now</a></li>
</ul>
</section>
<section>
<h2>Recent Posts</h2>
<!-- BEGIN_POSTS --><!-- END_POSTS -->
<p><a href="/blog/">All Posts →</a></p>
</section>
<section>
<h2>Contact</h2>
<ul>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Signal: <span>[your number or handle]</span></li>
</ul>
</section>
{% endblock %}
|