summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-09 12:48:05 -0600
committerChristian Cleberg <[email protected]>2026-02-09 12:48:05 -0600
commited9b0cd840e7f2eec4356c6b199bf3d0ca13edb6 (patch)
tree8593cff70c323dcfa314057dbf1b7870e92b1e10
parent1a90ed76ee11c960f6c789f9867976bc684cc5c4 (diff)
downloadccleberg-ed9b0cd840e7f2eec4356c6b199bf3d0ca13edb6.tar.gz
ccleberg-ed9b0cd840e7f2eec4356c6b199bf3d0ca13edb6.tar.bz2
ccleberg-ed9b0cd840e7f2eec4356c6b199bf3d0ca13edb6.zip
add latest post
-rw-r--r--README.org10
-rw-r--r--christian.el12
2 files changed, 11 insertions, 11 deletions
diff --git a/README.org b/README.org
index a04ec4f..e0e942f 100644
--- a/README.org
+++ b/README.org
@@ -7,7 +7,10 @@
(site-url . "https://cleberg.net")
(tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion")
(blog-posts .
- ((:date "2026-02-07"
+ ((:date "2026-02-08"
+ :title "Managing My Dotfiles with GNU Stow and Git"
+ :url "https://cleberg.net/blog/gnu-stow.html")
+ (:date "2026-02-07"
:title "IndieWeb Carnival: Intersecting Interests"
:url "https://cleberg.net/blog/indiweb-carnival-2026-02-intersecting-interests.html")
(:date "2026-02-02"
@@ -18,10 +21,7 @@
: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")))))
+ :url "https://cleberg.net/blog/self-hosting-home-assistant.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 35b2727..3bd699c 100644
--- a/christian.el
+++ b/christian.el
@@ -25,9 +25,12 @@
(site-url . "https://cleberg.net")
(tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion")
(blog-posts .
- ((:date "2026-02-07"
+ ((:date "2026-02-08"
+ :title "Managing My Dotfiles with GNU Stow and Git"
+ :url "https://cleberg.net/blog/gnu-stow.html")
+ (:date "2026-02-07"
:title "IndieWeb Carnival: Intersecting Interests"
- :url "https://cleberg.net/blog/indiweb-carnival-2026-02-intersecting-interests>
+ :url "https://cleberg.net/blog/indiweb-carnival-2026-02-intersecting-interests.$
(:date "2026-02-02"
:title "Emacs Carnival: “Completion”"
:url "https://cleberg.net/blog/emacs-carnival-2026-02-completion.html")
@@ -36,10 +39,7 @@
: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")))))
+ :url "https://cleberg.net/blog/self-hosting-home-assistant.html")))))
(defun christian/display-profile ()
"Pretty‑print the profile in a *Help* buffer."