blob: 5c35c9b7d23b7ddac74cc37cd22ad0efa9df4514 (
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
54
55
56
57
58
59
60
61
62
63
64
65
66
|
{% extends "base.html" %} {% block main %}
<section>
<h1>cleberg.net</h1>
<pre>pub rsa4096 2022-11-16 [SC]
<a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a>
uid [ultimate] Christian Cleberg <hello@cleberg.net></pre>
</section>
<section>
<h2>Recent Blog Posts</h2>
<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>
<div class="post">
<time datetime="2025-01-23 20:44:45">2025-01-23</time>
<a href="/blog/self-hosting-tandoor.html"
>Self-Hosting Tandoor Recipe Manager</a
>
</div>
<br />
<a href="/blog/">All Posts →</a>
</section>
<section>
<h2>Everything Else</h2>
<ul>
<li><a href="https://cv.cleberg.net">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@cleberg.net">hello@cleberg.net</a> (<a href="https://cleberg.net/gpg.txt">GPG</a>)</li>
<li>cyb0rg on <a href="https://libera.chat/">libera.chat</a></li>
<li>
<a href="https://matrix.to/#/@cyborg:matrix.tchncs.de"
>@cyborg:@matrix.tchncs.de</a
>
</li>
<li><a href="https://sr.ht/~cyborg">Sourcehut</a></li>
</ul>
</section>
<section>
<h2>Donate</h2>
<ul>
<li>XMR: <a href="monero:82frXv83WVsGbTwuqSyb27cvy67JpD7Ktaij12Avy6ogfZatsgPG67YgsmEmvTFLKd1Rk7MUwx8D31ieGwLdD4wa4KdtxDB">Monero</a></li>
<li>ETH: <a href="ethereum:0x11255046Ccd637f1ACc78ae7c8849870f85638B3">Ethereum</a></li>
<li>BTC: <a href="bitcoin:bc1qw4rg9rsxru2j6kvda3ehl5uc38tygdnd5tu5j2">Bitcoin</a></li>
</ul>
</section>
{% endblock %}
|