diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-11 19:37:31 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-11 19:37:31 -0500 |
commit | 45d03ccfdfb70023fb0e91356a4124a82ce4d864 (patch) | |
tree | de8e080609bcabfc49bb62bb4c9f48b35ae8b5c8 | |
parent | 2ed60728d4fe5d748a9a564dca6d1b0df008be78 (diff) | |
download | cleberg.net-45d03ccfdfb70023fb0e91356a4124a82ce4d864.tar.gz cleberg.net-45d03ccfdfb70023fb0e91356a4124a82ce4d864.tar.bz2 cleberg.net-45d03ccfdfb70023fb0e91356a4124a82ce4d864.zip |
add new post
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | content/blog/2025-03-11-new-domain.org | 18 | ||||
-rw-r--r-- | theme/templates/index.html | 13 |
3 files changed, 25 insertions, 8 deletions
@@ -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 @@ -10,6 +10,11 @@ sub cv25519 2025-03-11 [E]</pre> <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> </div> @@ -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> |