diff options
| author | Christian Cleberg <[email protected]> | 2026-02-03 17:30:56 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-03 17:30:56 -0600 |
| commit | ec4babdffe75ff6bf7196237a7feecebd04876e2 (patch) | |
| tree | 6af9809ccd655126800cab5aaccb476c00d83aad | |
| parent | 8e2e88c7d89d4cd113bf02df6c45c08e0c5086d2 (diff) | |
| download | ccleberg-ec4babdffe75ff6bf7196237a7feecebd04876e2.tar.gz ccleberg-ec4babdffe75ff6bf7196237a7feecebd04876e2.tar.bz2 ccleberg-ec4babdffe75ff6bf7196237a7feecebd04876e2.zip | |
add latest post
| -rw-r--r-- | README.org | 22 | ||||
| -rw-r--r-- | christian.el | 20 |
2 files changed, 21 insertions, 21 deletions
@@ -7,21 +7,21 @@ (site-url . "https://cleberg.net") (tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion") (blog-posts . - ((:date "2025-12-20" - :title "Self-Hosting Guide: Home Assistant" - :url "https://cleberg.net/blog/self-hosting-home-assistant.html") - (:date "2025-12-06" + ((:date "2026-02-02" + :title "Emacs Carnival: “This Year, I Will...”" + :url "https://cleberg.net/blog/emacs-carnival-2026-01-this-year-i-will.html") + (:date "2026-01-31" + :title "Emacs Carnival: “This Year, I Will...”" + :url "https://cleberg.net/blog/emacs-carnival-2026-01-this-year-i-will.html") + (: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" :title "Practical Uses for AI in IT Audit" - :url "https://cleberg.net/blog/it-audit-ai.html") - (:date "2025-11-15" - :title "Striving for 100% WCAG 2 Compliance" - :url "https://cleberg.net/blog/wcag.html") - (:date "2025-11-02" - :title "Using aerc on macOS" - :url "https://cleberg.net/blog/aerc-macos.html"))))) + :url "https://cleberg.net/blog/it-audit-ai.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 7dad937..e4ea0cf 100644 --- a/christian.el +++ b/christian.el @@ -25,21 +25,21 @@ (site-url . "https://cleberg.net") (tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion") (blog-posts . - ((:date "2025-12-20" - :title "Self-Hosting Guide: Home Assistant" - :url "https://cleberg.net/blog/self-hosting-home-assistant.html") + ((:date "2026-02-02" + :title "Emacs Carnival: “This Year, I Will...”" + :url "https://cleberg.net/blog/emacs-carnival-2026-01-this-year-i-will.html") + (:date "2026-01-31" + :title "Emacs Carnival: “This Year, I Will...”" + :url "https://cleberg.net/blog/emacs-carnival-2026-01-this-year-i-will.html") + (: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" :title "Practical Uses for AI in IT Audit" - :url "https://cleberg.net/blog/it-audit-ai.html") - (:date "2025-11-15" - :title "Striving for 100% WCAG 2 Compliance" - :url "https://cleberg.net/blog/wcag.html") - (:date "2025-11-02" - :title "Using aerc on macOS" - :url "https://cleberg.net/blog/aerc-macos.html"))))) + :url "https://cleberg.net/blog/it-audit-ai.html"))))) (defun christian/display-profile () "Pretty‑print the profile in a *Help* buffer." |
