From 75cb2408e9251a32779a2c8814d4aaf1a0aae57c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Mar 2025 16:09:26 -0500 Subject: move from cleberg.net to cmc.pub --- theme/templates/base.html | 2 +- theme/templates/feed.xml | 6 +++--- theme/templates/index.html | 19 ++++++++----------- theme/templates/post.html | 2 +- 4 files changed, 13 insertions(+), 16 deletions(-) (limited to 'theme/templates') diff --git a/theme/templates/base.html b/theme/templates/base.html index bd0f011..b75c2bc 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -33,7 +33,7 @@

Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}>

- Source Code · RSS Feed · security.txt diff --git a/theme/templates/feed.xml b/theme/templates/feed.xml index 7b23994..78796bd 100644 --- a/theme/templates/feed.xml +++ b/theme/templates/feed.xml @@ -10,7 +10,7 @@ xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"> - {{ site_name | default("cleberg.net") }} + {{ site_name | default("cmc.pub") }} @@ -20,13 +20,13 @@ {{ posts | first | getattr("date") | strftime("%a, %d %b %Y %H:%M:%S %z") }} {{ now() | strftime("%a, %d %b %Y %H:%M:%S %z") }} {{ meta.generator }} - {{ site_owner | default("hello@cleberg.net") }} + {{ site_owner | default("hello@cmc.pub") }} {% for post in posts %} {{ post.title }} {{ url_for("blog", slug=post.slug) }} - {{ post.author|default("hello@cleberg.net") }} + {{ post.author|default("hello@cmc.pub") }} {{ url_for("blog", slug=post.slug) }} {{ post.date|strftime("%a, %d %b %Y %H:%M:%S %z") }} diff --git a/theme/templates/index.html b/theme/templates/index.html index 905bd57..e11eaef 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,9 +1,10 @@ {% extends "base.html" %} {% block main %}

-

cleberg.net

-
pub   rsa4096 2022-11-16 [SC]
-      3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37
-uid           [ultimate] Christian Cleberg <hello@cleberg.net>
+

cmc.pub

+
pub   ed25519 2025-03-11 [SCA]
+      C687 00A6 FA4B 7183 B6CE E47D EEDC 995C D14F 193C
+uid           [ultimate] Christian Cleberg <hello@cmc.pub>
+sub   cv25519 2025-03-11 [E]

Recent Blog Posts

@@ -33,7 +34,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net>

Everything Else

{{ post.html | safe }}
-
Reply via email
+
Reply via email
{% endblock %} -- cgit v1.2.3-70-g09d2