cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

933f31a3e6d4c9d70858deaa2d2c223c89056cdc

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-03-17T03:44:45Z

add now page
 content/now/index.org      | 43 +++++++++++++++++++++++++++++++++++++++++++
 publish.el                 |  8 ++++++++
 theme/templates/index.html |  1 +
 3 files changed, 52 insertions(+)

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]</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>