summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-12 20:45:09 -0600
committerChristian Cleberg <[email protected]>2026-02-12 20:45:09 -0600
commit9d2aafe86c0ecbae81d9210ce1511d210d21f9de (patch)
tree28d30e3df90f0888b93dd31ffbb9d78671bbcda2
parented9b0cd840e7f2eec4356c6b199bf3d0ca13edb6 (diff)
downloadccleberg-9d2aafe86c0ecbae81d9210ce1511d210d21f9de.tar.gz
ccleberg-9d2aafe86c0ecbae81d9210ce1511d210d21f9de.tar.bz2
ccleberg-9d2aafe86c0ecbae81d9210ce1511d210d21f9de.zip
update latest posts
-rw-r--r--README.org12
-rw-r--r--christian.el14
2 files changed, 13 insertions, 13 deletions
diff --git a/README.org b/README.org
index e0e942f..a5f34ed 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-08"
+ ((:date "2026-02-12"
+ :title "Automating Weblorg Deployments with GitHub Actions"
+ :url "https://cleberg.net/blog/automating-weblorg-deployments.html")
+ (: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"
@@ -16,12 +19,9 @@
(:date "2026-02-02"
:title "Emacs Carnival: “Completion”"
:url "https://cleberg.net/blog/emacs-carnival-2026-02-completion.html")
- (:date "2026-01-31"
+ (: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")))))
+ :url "https://cleberg.net/blog/emacs-carnival-2026-01-this-year-i-will.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 3bd699c..7f269e3 100644
--- a/christian.el
+++ b/christian.el
@@ -25,21 +25,21 @@
(site-url . "https://cleberg.net")
(tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion")
(blog-posts .
- ((:date "2026-02-08"
+ ((:date "2026-02-12"
+ :title "Automating Weblorg Deployments with GitHub Actions"
+ :url "https://cleberg.net/blog/automating-weblorg-deployments.html")
+ (: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")
- (:date "2026-01-31"
+ (: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")))))
+ :url "https://cleberg.net/blog/emacs-carnival-2026-01-this-year-i-will.html")))))
(defun christian/display-profile ()
"Pretty‑print the profile in a *Help* buffer."