diff options
| -rw-r--r-- | README.org | 10 | ||||
| -rw-r--r-- | christian.el | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -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." |
