From a2258b4eec5bd5165cc7aecfa76e5c88248639ee Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 16 Mar 2025 22:44:45 -0500 Subject: add now page --- content/now/index.org | 43 +++++++++++++++++++++++++++++++++++++++++++ publish.el | 8 ++++++++ theme/templates/index.html | 1 + 3 files changed, 52 insertions(+) create mode 100644 content/now/index.org diff --git a/content/now/index.org b/content/now/index.org new file mode 100644 index 0000000..725aa0c --- /dev/null +++ b/content/now/index.org @@ -0,0 +1,43 @@ +#+title: Now +#+slug: index + +This is a [[https://nownownow.com/about][/now]] page. + +* Work + +- Recently appointed as the US DevOps SMP (Subject Matter Practicioner) at [[https://kpmg.com/us/en.html][KPMG]]. + Add that to my list of already being the Automation Champion and one of the AI + Champions for the North Central business unit. +- Getting ready for my FY25 engagements at work, with a few new clients this + year. + +* Media + +- Playing a few games: + - Black Ops 6 + - Dynasty Warriors: Origins + - Nier: Automata + - Stellar Blade +- Watching some shows: + - Ramen Akaneko + - Sakamoto Days + - Wilfred + - Workaholics + +* Tech + +- Achieved my GitHub Foundations cert. Very easy. +- Migrated back to [[https://github.com/ccleberg][GitHub]]. +- Migrated domain from =cleberg.net= to [[https://cmc.pub][cmc.pub]]. +- Deleted a bunch of accounts to reduce online footprint. Looking for more ways + to reduce. + +* Hobbies + +- Still looking for ideas in the tech area as I've been fairly tapped out this + last year. Feels like most of my innovation happens at work, which I can't + share online. +- Weather's warming up, so disc golf frequency is increasing. +- Meeting new people at the Irish pub nearby. + +View the historical [[https://github.com/ccleberg/cmc.pub/commits/main/content/now/index.org][log of changes]] for this page. diff --git a/publish.el b/publish.el index fa61e34..08d748f 100644 --- a/publish.el +++ b/publish.el @@ -85,6 +85,14 @@ :output ".build/services/{{ slug }}.html" :url "/services/{{ slug }}.html") +;; Services page route +(weblorg-route + :name "now" + :input-pattern "content/now/*.org" + :template "page.html" + :output ".build/now/{{ slug }}.html" + :url "/now/{{ slug }}.html") + ;; RSS feed route (weblorg-route :name "rss" diff --git a/theme/templates/index.html b/theme/templates/index.html index a940a97..54c5eab 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -33,6 +33,7 @@ sub cv25519 2025-03-11 [E]

Everything Else