summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-22 17:03:53 -0600
committerChristian Cleberg <[email protected]>2025-12-22 17:03:53 -0600
commit0770d343f4508202865e99a00b4b733a19c14523 (patch)
tree1cacd6a1aa34780180bc7cfcd3acc09363435d44
parentbb55157b1f880bf2dbbac1f2c1dab3e6c4dd26c2 (diff)
downloadccleberg-0770d343f4508202865e99a00b4b733a19c14523.tar.gz
ccleberg-0770d343f4508202865e99a00b4b733a19c14523.tar.bz2
ccleberg-0770d343f4508202865e99a00b4b733a19c14523.zip
update with latest blog post
-rw-r--r--README.org10
-rw-r--r--christian.el10
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."