blob: e0e942f4c9472ce00c5db906ff08af0d5396c934 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#+begin_src el
(defvar christian/profile
'((name . "Christian")
(email . "[email protected]")
(role . "Tech Assurance Manager at KPMG")
(gpg-key . "https://cleberg.net/gpg.txt")
(site-url . "https://cleberg.net")
(tor-url . "http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion")
(blog-posts .
((: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"
:title "Emacs Carnival: “Completion”"
:url "https://cleberg.net/blog/emacs-carnival-2026-02-completion.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")))))
#+end_src
/psst! you can run [[christian.el]] in emacs to view this information dynamically/
|