blob: 7f9e1976fca662815943a849a54f24f22b79a64d (
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
|
{% extends "base.html" %} {% block main %}
<section>
<h1>cleberg.net</h1>
<blockquote>
Do AIs dream in electric sheep?<br />He hoped it had nanosecond nightmares.
</blockquote>
</section>
<section>
<h2>Featured Posts</h2>
<div class="post">
<time datetime="2024-03-29"><2024-03-29></time>
<a href="/blog/org-blog.html">Blogging in Org-Mode</a>
</div>
<div class="post">
<time datetime="2024-03-14"><2024-03-14></time>
<a href="/blog/doom-emacs-org-mode.html">Doom Emacs & Org-Mode</a>
</div>
<div class="post">
<time datetime="2023-10-04"><2023-10-04></time>
<a href="/blog/digital-minimalism.html">Digital Minimalism</a>
</div>
<br />
<a href="/blog/">All Posts →</a>
</section>
<section>
<h2>Everything Else</h2>
<ul>
<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>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li>
<li>
<a
href="https://matrix.to/#/@cyborg:matrix.tchncs.de"
target="_blank"
rel="noopener"
>@cyborg:@matrix.tchncs.de</a
>
</li>
<li>
<a
href="https://git.cleberg.net/?p=cleberg.net.git;a=summary"
target="_blank"
rel="noopener"
>Git</a
>
</li>
</ul>
</section>
{% endblock %}
|