diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-16 22:44:45 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-16 22:44:45 -0500 |
commit | a2258b4eec5bd5165cc7aecfa76e5c88248639ee (patch) | |
tree | 758920526a8baf7fa748ba97d50f461597b695b3 | |
parent | e4b42e054da64e1e5d546d6bb1ca79afa8f8c6f9 (diff) | |
download | cleberg.net-a2258b4eec5bd5165cc7aecfa76e5c88248639ee.tar.gz cleberg.net-a2258b4eec5bd5165cc7aecfa76e5c88248639ee.tar.bz2 cleberg.net-a2258b4eec5bd5165cc7aecfa76e5c88248639ee.zip |
add now page
-rw-r--r-- | content/now/index.org | 43 | ||||
-rw-r--r-- | publish.el | 8 | ||||
-rw-r--r-- | theme/templates/index.html | 1 |
3 files changed, 52 insertions, 0 deletions
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. @@ -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]</pre> <h2>Everything Else</h2> <ul> <li><a href="https://cv.cmc.pub">Curriculum Vitae</a></li> + <li><a href="/now/">Now</a></li> <li><a href="/salary/">Salary</a></li> <li><a href="/services/">Services</a></li> <li><a href="/wiki/">Wiki</a></li> |