From 66622d8e54ecca68ebe9594f441bfee0252c8e08 Mon Sep 17 00:00:00 2001
From: damdug <155848353+damdug@users.noreply.github.com>
Date: Mon, 16 Mar 2026 14:32:54 -0700
Subject: [PATCH 1/2] mvp content 1st draft complete
---
src/components/Navigation.astro | 4 +--
src/pages/about.astro | 22 ++++-----------
src/pages/contact.astro | 2 +-
src/pages/hdk.astro | 2 +-
src/pages/index.astro | 18 ++++++------
src/pages/library.astro | 45 ++++++++++++++++++++++++++++++
src/pages/one-rule.astro | 3 +-
src/pages/resources.astro | 49 ---------------------------------
src/pages/work-with-me.astro | 2 +-
9 files changed, 65 insertions(+), 82 deletions(-)
create mode 100644 src/pages/library.astro
delete mode 100644 src/pages/resources.astro
diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro
index 6745565..d556bbd 100644
--- a/src/components/Navigation.astro
+++ b/src/components/Navigation.astro
@@ -1,8 +1,8 @@
---
const navItems = [
- { href: '/notes', label: 'Notes' },
+ { href: '/one-rule', label: 'The One Rule' },
{ href: '/hdk', label: 'HDK' },
- { href: '/resources', label: 'Resources' },
+ { href: '/library', label: 'Library' },
{ href: '/work-with-me', label: 'Work With Me' },
{ href: '/about', label: 'About' },
];
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 041097b..283f02c 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -7,35 +7,25 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-
I build systems. For organizations, for teams, for myself. The approach is the same — understand the structure before changing it, build the practice before expecting the outcome, iterate from evidence rather than assumption. This applies whether the system is personal (how you spend your time, make decisions, show up in your work) or organizational (governance design, decision logic, intelligence infrastructure).
+
I build systems. For organizations, for teams, for myself. The lens doesn't change with the scale — the same thinking that governs a well-designed SOP governs a well-designed day.
I co-founded Esoteria in Baja California. We build intelligence infrastructure for mission-driven organizations — the structural layer that converts fragmented data into governed, repeatable decision logic. The work grew from years of practice in a region where the gap between organizational ambition and organizational capacity is immediate and visible.
-
The HDK — Human Development Kit — is a personal framework I built over years of practice. I made it public because the methodology is worth sharing. It's not a self-help book. It's a practitioner's field manual for people who want to design their lives with the same rigor they'd bring to building anything else that matters.
+
The HDK is a personal framework I built over years of practice and made public because the methodology is worth sharing. It's a practitioner's field manual — not a self-help book. The same rigor you'd bring to building anything that matters, applied to how you actually operate.
-
Current Work
-
At any given time I'm running several things in parallel — some organizational, some personal, some creative, some technical. The throughline is the same across all of it: understand the system before changing it, build the practice before expecting the outcome, iterate from evidence rather than assumption.
-
I'm selective about who I work with — not out of scarcity, but because the work only lands when there's genuine alignment. Details on the Work With Me page.
+
What I'm working on
+
Consulting engagements with individuals and organizations ready to examine how they actually work — the process design, the decision logic, the execution gaps that compound quietly. Personal engagements with people who want to go deeper than a framework can take them on their own. Both start with a conversation.
+
If that sounds like what you need, the Work With Me page is where that starts.
Outside the work
-
I'm based in Baja California. I climb, make electronic music, and spend time outdoors when possible. These aren't separate from the work — they're where a lot of it gets tested. A system that only works at a desk isn't much of a system.
-
-
-
-
-
-
Elsewhere
-
+
I'm based in Baja California. I climb, spend time in the desert, and tinker with synthesizers. These aren't separate from the work — they're where a lot of it gets pressure tested. A system that only holds at a desk isn't much of a system.
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
index 88a7dc1..f162550 100644
--- a/src/pages/contact.astro
+++ b/src/pages/contact.astro
@@ -8,7 +8,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
For inquiries not covered by the Work With Me page.
-
@@ -21,19 +21,17 @@ import SignupForm from '../components/SignupForm.astro';
>
- If this changes how you think about something, you can follow it as it develops.
- One signup also unlocks the HDK — a personal operating system framework built on the same foundation.
+ Download the full framework as a single document. One signup unlocks this and everything else in the Library.
If you want to apply this directly — to your own system or your organization's — Work With Me is where that starts.
diff --git a/src/pages/resources.astro b/src/pages/resources.astro
deleted file mode 100644
index 479c1bc..0000000
--- a/src/pages/resources.astro
+++ /dev/null
@@ -1,49 +0,0 @@
----
-import BaseLayout from '../layouts/BaseLayout.astro';
-
-export const prerender = true;
----
-