cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

5eb1e9cfdaf181fa7b8cac2eccefa58148925789

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-03-12T00:37:31Z

add new post
 build.sh                               |  2 +-
 content/blog/2025-03-11-new-domain.org | 18 ++++++++++++++++++
 theme/templates/index.html             | 13 ++++++-------
 3 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/build.sh b/build.sh
index b17219d..b7940de 100755
--- a/build.sh
+++ b/build.sh
@@ -36,7 +36,7 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then
 	# Update Sourcehut README
 	pandoc -f org -t html readme.org  -o readme.html
 	hut git update --readme readme.html --repo \
-	https://git.sr.ht/\~cyborg/cleberg.net
+	https://git.sr.ht/\~cyborg/cmc.pub
         
         # Deploy changes
         rsync -r --delete-before .build/* $ubuntu_server:/var/www/cmc.pub/
diff --git a/content/blog/2025-03-11-new-domain.org b/content/blog/2025-03-11-new-domain.org
new file mode 100644
index 0000000..4c77575
--- /dev/null
+++ b/content/blog/2025-03-11-new-domain.org
@@ -0,0 +1,18 @@
+#+date: <2025-03-11 Tue 18:50:00>
+#+title: My New Domain, Email, & GPG Key
+#+description: Broadcasting an update to my domain, email, and GPG key.
+#+filetags: :web:gpg:
+#+slug: new-domain
+
+I have moved to a new domain and quite a few things have been updated as a
+result:
+
+|----------+-------------------+---------------|
+| Category | Old               | Current       |
+|----------+-------------------+---------------|
+| Domain   | cleberg.net       | [[https://cmc.pub][cmc.pub]]       |
+| Email    | hello@cleberg.net | [[mailto:hello@cmc.pub][hello@cmc.pub]] |
+| GPG Key  | [[https://keys.openpgp.org/search?q=hello%40cleberg.net][hello@cleberg.net]] | [[https://keys.openpgp.org/search?q=hello%40cmc.pub][hello@cmc.pub]] |
+|----------+-------------------+---------------|
+
+/New services will continue to be updated on the [[https://cmc.pub/services/][services]] page./
diff --git a/theme/templates/index.html b/theme/templates/index.html
index e11eaef..eed71ba 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -9,6 +9,11 @@ sub   cv25519 2025-03-11 [E]</pre>
 <section>
 	<h2>Recent Blog Posts</h2>
 
+	<div class="post">
+		<time datetime="2025-03-11 18:50:00">2025-03-11</time>
+		<a href="/blog/new-domain.html">My New Domain, Email, & GPG Key</a>
+	</div>
+
 	<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>
@@ -20,13 +25,6 @@ sub   cv25519 2025-03-11 [E]</pre>
 		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>
@@ -47,6 +45,7 @@ sub   cv25519 2025-03-11 [E]</pre>
 		<li><a href="mailto:hello@cmc.pub">hello@cmc.pub</a> (<a href="https://cmc.pub/gpg.txt">GPG</a>)</li>
 		<li>cyb0rg on <a href="https://libera.chat/">libera.chat</a></li>
 		<li><a href="https://lemmy.cmc.pub/u/cmc">@cmc</a> on Lemmy</li>
+		<li>@cmc.01 on <a href="https://signal.org/">Signal</a></li>
 		<li><a href="https://sr.ht/~cyborg">Sourcehut</a></li>
 	</ul>
 </section>