summaryrefslogtreecommitdiff
path: root/README.org
blob: 9610575ae6d857243294d7914a02abd5f4b13021 (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 "2025-12-06"
                          :title "Self‑Hosting Guide: Tor Websites"
                          :url "https://cleberg.net/blog/self-hosting-guide-tor-websites.html")
                  (:date "2025-11-23"
                          :title "Practical Uses for AI in IT Audit"
                          :url "https://cleberg.net/blog/practical-uses-for-ai-in-it-audit.html")
                  (:date "2025-11-15"
                          :title "Striving for 100% WCAG 2 Compliance"
                          :url "https://cleberg.net/blog/striving-for-100-wcag-2-compliance.html")
                  (:date "2025-11-02"
                          :title "Using aerc on macOS"
                          :url "https://cleberg.net/blog/using-aerc-on-macos.html")
                  (:date "2025-10-25"
                          :title "Digital Garden"
                          :url "https://cleberg.net/blog/digital-garden.html")))))
#+end_src

/psst! you can run [[christian.el][./christian.el]] in emacs to view this information dynamically/