From 0770d343f4508202865e99a00b4b733a19c14523 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 Dec 2025 17:03:53 -0600 Subject: update with latest blog post --- README.org | 10 +++++----- christian.el | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index fbbdc68..8b768b1 100644 --- a/README.org +++ b/README.org @@ -7,7 +7,10 @@ (site-url . "https://cleberg.net") (tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion") (blog-posts . - ((:date "2025-12-06" + ((:date "2025-12-20" + :title "Self-Hosting Guide: Home Assistant" + :url "https://cleberg.net/blog/self-hosting-home-assistant.html") + (:date "2025-12-06" :title "Self‑Hosting Guide: Tor Websites" :url "https://cleberg.net/blog/self-hosting-tor.html") (:date "2025-11-23" @@ -18,10 +21,7 @@ :url "https://cleberg.net/blog/wcag.html") (:date "2025-11-02" :title "Using aerc on macOS" - :url "https://cleberg.net/blog/aerc-macos.html") - (:date "2025-10-25" - :title "Digital Garden" - :url "https://cleberg.net/blog/digital-garden.html"))))) + :url "https://cleberg.net/blog/aerc-macos.html"))))) #+end_src /psst! you can run [[christian.el]] in emacs to view this information dynamically/ diff --git a/christian.el b/christian.el index 24a707c..7dad937 100644 --- a/christian.el +++ b/christian.el @@ -25,7 +25,10 @@ (site-url . "https://cleberg.net") (tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion") (blog-posts . - ((:date "2025-12-06" + ((:date "2025-12-20" + :title "Self-Hosting Guide: Home Assistant" + :url "https://cleberg.net/blog/self-hosting-home-assistant.html") + (:date "2025-12-06" :title "Self‑Hosting Guide: Tor Websites" :url "https://cleberg.net/blog/self-hosting-tor.html") (:date "2025-11-23" @@ -36,10 +39,7 @@ :url "https://cleberg.net/blog/wcag.html") (:date "2025-11-02" :title "Using aerc on macOS" - :url "https://cleberg.net/blog/aerc-macos.html") - (:date "2025-10-25" - :title "Digital Garden" - :url "https://cleberg.net/blog/digital-garden.html"))))) + :url "https://cleberg.net/blog/aerc-macos.html"))))) (defun christian/display-profile () "Pretty‑print the profile in a *Help* buffer." -- cgit v1.2.3