aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: 864d8669088ddc5e6b7359e5371371517e35a9c7 (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
{% extends "base.html" %} {% block main %}
<section>
	<h1><i>~cmc</i></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 &lt;hello@cleberg.net&gt;
sub   rsa4096 2022-11-16 [E]</pre>
</section>
<section>
	<h2>Blog Posts</h2>
	<!-- BEGIN_POSTS -->
	<!-- END_POSTS -->
	<a href="/blog/">All Posts →</a>
</section>

<section>
	<h2>Everything Else</h2>
	<ul>			
		<li><a href="/about/">About</a></li>
		<li><a href="https://cv.cleberg.net">Curriculum Vitae</a></li>
		<li><a href="/now/">Now</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>
{% endblock %}