aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: a940a97d22057195c16366b7203ad71cf6a00daf (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{% extends "base.html" %} {% block main %}
<section>
	<h1><i>~cmc.pub</i></h1>
	<pre>pub   ed25519 2025-03-11 [SCA]
      <a href="/gpg.txt">C687 00A6 FA4B 7183 B6CE E47D EEDC 995C D14F 193C</a>
uid           [ultimate] Christian Cleberg &lt;hello@cmc.pub&gt;
sub   cv25519 2025-03-11 [E]</pre>
</section>
<section>
	<h2>Recent Blog Posts</h2>

	<div class="post">
		<time datetime="2025-03-11 18:50:00">2025-03-11</time>
		<a href="/blog/new-domain.html">My New Domain, Email, & GPG Key</a>
	</div>

	<div class="post">
		<time datetime="2025-02-24 19:20:05">2025-02-24</time>
		<a href="/blog/email-migration.html" >A Painful Email Migration</a>
	</div>

	<div class="post">
		<time datetime="2025-02-11 11:40:00">2025-02-11</time>
		<a href="/blog/obscura-vpn.html">A Review of Obscura VPN: A Two-Party
		VPN</a>
	</div>

	<br />
	<a href="/blog/">All Posts →</a>
</section>

<section>
	<h2>Everything Else</h2>
	<ul>
		<li><a href="https://cv.cmc.pub">Curriculum Vitae</a></li>
		<li><a href="/salary/">Salary</a></li>
		<li><a href="/services/">Services</a></li>
		<li><a href="/wiki/">Wiki</a></li>
	</ul>
</section>

<section>
	<h2>Contact</h2>
	<ul>
		<li><a href="mailto:hello@cmc.pub">hello@cmc.pub</a> (<a href="https://cmc.pub/gpg.txt">GPG</a>)</li>
		<li>cyb0rg on <a href="https://libera.chat/">libera.chat</a></li>
		<li><a href="https://lemmy.cmc.pub/u/cmc">@cmc</a> on Lemmy</li>
		<li>@cmc.01 on <a href="https://signal.org/">Signal</a></li>
		<li><a href="https://github.com/ccleberg">GitHub</a></li>
	</ul>
</section>

{% endblock %}