aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-19 22:39:50 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-19 22:39:50 -0500
commit8ca2c69e67c5b5cc3166af0c0a56e16078176b21 (patch)
treed894c50cf3822fd1365c158029e7d7040054dfad /theme/templates
parent407cc619dccd5f39dee64bb29fc9f479e3244b27 (diff)
downloadcleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.gz
cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.bz2
cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.zip
summary of commits from minimal-enhancements
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html9
-rw-r--r--theme/templates/blog.html3
-rw-r--r--theme/templates/index.html19
3 files changed, 11 insertions, 20 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 4f82e12..6a880e3 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -21,6 +21,7 @@
<nav class="site-nav" aria-label="site-nav" role="navigation">
<ul>
<li><a href="/">Home</a></li>
+ <li><a href="/about/">About</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/services/">Services</a></li>
<li><a href="/wiki/">Wiki</a></li>
@@ -28,16 +29,16 @@
</nav>
<main id="main">{% block main %}{% endblock %}</main>
<footer>
- <p>Donate: <a href="ethereum:0x7850b2Fe6be94f90F54A099C74126430C9CeB19e">ETH</a>
+ <p><a href="ethereum:0x7850b2Fe6be94f90F54A099C74126430C9CeB19e">ETH</a>
| <a href="bitcoin:bc1qy74tcth6zwg88059ae9z3ghzk797fkav7zdx4k">BTC</a>
| <a href="xrp:rJz78ahN1KmushjYjEnFd8CB5vCcreJ1EE">XRP</a>
</p>
- <p>Last build: &lt;<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>&gt;</p>
+ <p>&lt;<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>&gt;</p>
<p>
<a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> &middot;
<a href="https://git.sr.ht/~cxc/cleberg.net" target="_blank"
- rel="noopener">Source Code</a> &middot;
- <a href="/feed.xml">RSS Feed</a> &middot;
+ rel="noopener">Source</a> &middot;
+ <a href="/feed.xml">RSS</a> &middot;
<a href="/.well-known/security.txt">security.txt</a>
</p>
<p>
diff --git a/theme/templates/blog.html b/theme/templates/blog.html
index ff09d37..fc4f6d6 100644
--- a/theme/templates/blog.html
+++ b/theme/templates/blog.html
@@ -2,12 +2,13 @@
main %}
<h1>Blog</h1>
<p>
- Use <code>⌘ + f</code> (<code>Ctrl + f</code>) to search blog post titles for
+ Use <code>⌘ + f</code> (<code>Ctrl + f</code>) to search for
keywords.
</p>
<p>
You can also add the <a href="/feed.xml">RSS Feed</a> to your feed reader.
</p>
+<br>
{% for post in posts %}
<div class="post">
<time datetime='{{ post.date | strftime("%Y-%m-%d") }}'
diff --git a/theme/templates/index.html b/theme/templates/index.html
index d7a97ed..a9cd2ae 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,22 +1,22 @@
{% extends "base.html" %} {% block main %}
<section>
- <h1><i>~cleberg.net</i></h1>
+ <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>Recent Blog Posts</h2>
+ <h2>Blog Posts</h2>
<!-- BEGIN_POSTS -->
<!-- END_POSTS -->
- <br>
<a href="/blog/">All Posts →</a>
</section>
<section>
<h2>Everything Else</h2>
- <ul>
+ <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>
@@ -25,17 +25,6 @@ sub rsa4096 2022-11-16 [E]</pre>
</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><a href="https://lemmy.cleberg.net/u/cmc">@cmc</a> on Lemmy</li>
- <li><a href="https://matrix.to/#/@cmc.:matrix.org">@cmc.:matrix.org</a> on Matrix</li>
- <li>@cmc.01 on <a href="https://signal.org/">Signal</a></li>
- <li><a href="https://sr.ht/~cxc">~cxc</a> on Sourcehut</li>
- </ul>
-</section>
-
<section class="hidden">
<div class="h-card">
<span class="p-name">Christian Cleberg</span>