aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
deleted file mode 100644
index 75fc83d..0000000
--- a/theme/templates/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{% 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> &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>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 %}