diff --git a/docs/assets/images/collective-awakening-infographic.png b/docs/assets/images/collective-awakening-infographic.png new file mode 100644 index 0000000..a6c1435 Binary files /dev/null and b/docs/assets/images/collective-awakening-infographic.png differ diff --git a/docs/assets/images/collective-awakening.jpg b/docs/assets/images/collective-awakening.jpg new file mode 100644 index 0000000..708a054 Binary files /dev/null and b/docs/assets/images/collective-awakening.jpg differ diff --git a/docs/assets/images/community-sovereignty-infographic.png b/docs/assets/images/community-sovereignty-infographic.png new file mode 100644 index 0000000..641123f Binary files /dev/null and b/docs/assets/images/community-sovereignty-infographic.png differ diff --git a/docs/assets/images/community-sovereignty.jpg b/docs/assets/images/community-sovereignty.jpg new file mode 100644 index 0000000..8697a2c Binary files /dev/null and b/docs/assets/images/community-sovereignty.jpg differ diff --git a/docs/assets/images/daily-sadhana-infographic.png b/docs/assets/images/daily-sadhana-infographic.png new file mode 100644 index 0000000..2ce650b Binary files /dev/null and b/docs/assets/images/daily-sadhana-infographic.png differ diff --git a/docs/assets/images/daily-sadhana.jpg b/docs/assets/images/daily-sadhana.jpg new file mode 100644 index 0000000..8e5986b Binary files /dev/null and b/docs/assets/images/daily-sadhana.jpg differ diff --git a/docs/assets/images/digital-sovereignty.png b/docs/assets/images/digital-sovereignty.png new file mode 100644 index 0000000..3f7ab9c Binary files /dev/null and b/docs/assets/images/digital-sovereignty.png differ diff --git a/docs/assets/images/digital-wellness.jpg b/docs/assets/images/digital-wellness.jpg new file mode 100644 index 0000000..9b24f49 Binary files /dev/null and b/docs/assets/images/digital-wellness.jpg differ diff --git a/docs/assets/images/finding-purpose.png b/docs/assets/images/finding-purpose.png new file mode 100644 index 0000000..aeffe85 Binary files /dev/null and b/docs/assets/images/finding-purpose.png differ diff --git a/docs/assets/images/grounding-nature.png b/docs/assets/images/grounding-nature.png new file mode 100644 index 0000000..645e99e Binary files /dev/null and b/docs/assets/images/grounding-nature.png differ diff --git a/docs/assets/images/nourishing-body.png b/docs/assets/images/nourishing-body.png new file mode 100644 index 0000000..40cacfe Binary files /dev/null and b/docs/assets/images/nourishing-body.png differ diff --git a/docs/assets/images/spiritual-hygiene-infographic.png b/docs/assets/images/spiritual-hygiene-infographic.png new file mode 100644 index 0000000..2516238 Binary files /dev/null and b/docs/assets/images/spiritual-hygiene-infographic.png differ diff --git a/docs/assets/images/spiritual-hygiene.png b/docs/assets/images/spiritual-hygiene.png new file mode 100644 index 0000000..3ccaff2 Binary files /dev/null and b/docs/assets/images/spiritual-hygiene.png differ diff --git a/docs/practices/daily-sadhana.md b/docs/practices/daily-sadhana.md index a9f583a..0444cc1 100644 --- a/docs/practices/daily-sadhana.md +++ b/docs/practices/daily-sadhana.md @@ -4,8 +4,18 @@ icon: material/meditation # Daily Sadhana +
+A person meditating peacefully in morning light +
Photo by Jared Rice on Unsplash
+
+ *Sadhana* means daily spiritual practice — not something you do when you have time, but the foundation you build everything else upon. It doesn't require a temple or a teacher. It requires showing up. +
+Infographic: Daily Sadhana sunrise mandala — Meditation, Gratitude, Shadow Work, Movement, Visualization +
Generated with GPT-5.4-Image-2
+
+ --- ## Meditation diff --git a/docs/practices/digital-wellness.md b/docs/practices/digital-wellness.md index b2ea9cc..76122f8 100644 --- a/docs/practices/digital-wellness.md +++ b/docs/practices/digital-wellness.md @@ -4,6 +4,11 @@ icon: material/phone-check # Digital Wellness +
+A peaceful nature scene — digital detox in the forest +
Photo by Lianhao Qu on Unsplash
+
+ Your attention is the most valuable resource you own. Every notification, every algorithmic feed, every autoplay is designed to extract it. Taking it back is not a luxury — it is a prerequisite for any kind of awakening. --- diff --git a/docs/practices/grounding-in-nature.md b/docs/practices/grounding-in-nature.md index 47e634c..c534639 100644 --- a/docs/practices/grounding-in-nature.md +++ b/docs/practices/grounding-in-nature.md @@ -4,6 +4,11 @@ icon: material/nature-people # Grounding in Nature +
+Bare feet on moss-covered earth in a sun-dappled forest clearing +
Generated with GPT-5.4-Image-2
+
+ The earth beneath your feet has been waiting for you. Not metaphorically — literally. Every moment spent with bare skin on soil, grass, or sand is a reconnection to the electromagnetic field that humans evolved within for hundreds of thousands of years. --- diff --git a/docs/practices/nourishing-the-body.md b/docs/practices/nourishing-the-body.md index b33471e..7b7bf6a 100644 --- a/docs/practices/nourishing-the-body.md +++ b/docs/practices/nourishing-the-body.md @@ -4,6 +4,11 @@ icon: material/food-apple # Nourishing the Body +
+Fresh organic vegetables and herbs on a rustic wooden table +
Generated with GPT-5.4-Image-2
+
+ The body is not a machine to be fueled — it is a living garden that responds to everything you place in it, on it, and around it. Nourishment goes far beyond calories. --- diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b1b3a2d..26b6f3b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -495,6 +495,73 @@ article h1, article h2, article h3 { max-height: 420px; } +/* ── Page hero images ── */ +.page-hero { + margin: 0.6rem 0 1.8rem; + border-radius: 18px; + overflow: hidden; + border: 1px solid var(--gp-card-border); + background: var(--gp-card-bg); + backdrop-filter: blur(10px) saturate(120%); + -webkit-backdrop-filter: blur(10px) saturate(120%); + box-shadow: var(--gp-card-shadow); +} +.page-hero img { + display: block; + width: 100%; + height: auto; + max-height: 340px; + object-fit: cover; +} +.page-hero figcaption { + padding: 0.55rem 1rem; + color: var(--gp-text-muted); + font-size: 0.82rem; + font-style: italic; + text-align: center; +} +.page-hero figcaption a { + color: var(--gp-primary); + font-style: normal; +} + +/* ── AI-generated image credit — cute and understated ── */ +.ai-credit { + display: inline-block; + font-size: 0.78rem; + color: var(--gp-text-muted); + opacity: 0.72; + font-style: italic; + letter-spacing: 0.01em; +} +.ai-credit::before { + content: "🌸 "; +} +.ai-credit::after { + content: " 🌸"; +} + +/* ── Infographic figure ── */ +.page-infographic { + margin: 1.4rem 0 2rem; + border-radius: 18px; + overflow: hidden; + border: 1px solid var(--gp-card-border); + background: var(--gp-card-bg); + backdrop-filter: blur(10px) saturate(120%); + -webkit-backdrop-filter: blur(10px) saturate(120%); + box-shadow: var(--gp-card-shadow); +} +.page-infographic img { + display: block; + width: 100%; + height: auto; +} +.page-infographic figcaption { + padding: 0.5rem 1rem; + text-align: center; +} + /* Print */ @media print { body { diff --git a/docs/teachings/collective-awakening.md b/docs/teachings/collective-awakening.md index cf83481..17d3986 100644 --- a/docs/teachings/collective-awakening.md +++ b/docs/teachings/collective-awakening.md @@ -4,6 +4,11 @@ icon: material/hand-heart # Collective Awakening +
+Group of people meditating together in nature at golden hour +
Photo by Rishikesh Yogpeeth on Unsplash
+
+ Awakening is often described as an individual journey, but it has never been a solo project. Consciousness shifts ripple through groups, communities, and fields — and when enough people hold the same frequency simultaneously, something in the collective field changes. --- @@ -20,6 +25,11 @@ When you join a mass meditation — whether online or in person — you are not ## Creating your own circle +
+Infographic: 4-step circle practice — Silence, Intention, Visualize, Sound — with a Love-centered compass +
Generated with GPT-5.4-Image-2
+
+ You don't need to wait for a global event. Gather two or three people and sit together: 1. **Start with silence** — 5 to 15 minutes of shared stillness diff --git a/docs/teachings/community-sovereignty.md b/docs/teachings/community-sovereignty.md index f1a626e..766966a 100644 --- a/docs/teachings/community-sovereignty.md +++ b/docs/teachings/community-sovereignty.md @@ -4,6 +4,11 @@ icon: material/crowd # Community Sovereignty +
+People shopping at a farmers market with fresh produce +
Photo by Spencer Plouzek on Unsplash
+
+ Sovereignty is not something you achieve alone. It is built in relationship — with the land, with the people who grow food, with neighbors who share skills, and with networks that operate outside the extractive economy. --- @@ -56,6 +61,11 @@ Do three kind things every week that you tell no one about. The anonymity is par ## Building freedom networks +
+Infographic: Freedom Network wheel — Education, Technology, Health, Legal, Economic domains radiating from Community Sovereignty +
Generated with GPT-5.4-Image-2
+
+ Create community links — both offline and online — that support and develop: | Domain | What to build | diff --git a/docs/teachings/digital-sovereignty.md b/docs/teachings/digital-sovereignty.md index 0883f4e..92aa2c7 100644 --- a/docs/teachings/digital-sovereignty.md +++ b/docs/teachings/digital-sovereignty.md @@ -4,6 +4,11 @@ icon: material/shield-lock # Digital Sovereignty +
+An open laptop running Linux on a wooden desk, symbolizing digital freedom +
Generated with GPT-5.4-Image-2
+
+ Digital sovereignty means owning your own digital life — the hardware, the software, the data, the networks. It is the recognition that every time you use a "free" service, you are the product. Taking back control is not a technical exercise; it is a spiritual one. --- diff --git a/docs/teachings/finding-purpose.md b/docs/teachings/finding-purpose.md index eaea723..4a5b0cc 100644 --- a/docs/teachings/finding-purpose.md +++ b/docs/teachings/finding-purpose.md @@ -4,6 +4,11 @@ icon: material/compass # Finding Your Purpose +
+A winding forest path at dawn with golden light filtering through trees +
Generated with GPT-5.4-Image-2
+
+ Beyond making a living lies the question that has quietly followed you for years: *why am I really here?* Not your job title. Not your roles. The thing that makes your heart come alive and, in doing so, lifts others up. --- diff --git a/docs/teachings/spiritual-hygiene.md b/docs/teachings/spiritual-hygiene.md index 30eec1a..4bc79a1 100644 --- a/docs/teachings/spiritual-hygiene.md +++ b/docs/teachings/spiritual-hygiene.md @@ -4,6 +4,11 @@ icon: material/spa # Spiritual Hygiene +
+A serene meditation space with singing bowl, candle, and soft morning light +
Generated with GPT-5.4-Image-2
+
+ Just as you wash your body, your space and energy field require regular cleansing. This is not superstition — it is the recognition that environments hold residue, and that your intention shapes what you encounter. --- @@ -35,6 +40,11 @@ You don't need to believe in guides for this to work. The practice is about sett ## Sound as medicine +
+Infographic: Healing frequencies chart — 432 Hz and 528 Hz — with daily and weekly spiritual hygiene rhythm +
Generated with GPT-5.4-Image-2
+
+ The frequencies you surround yourself with shape your nervous system. Consider: - **432 Hz** — associated with heart coherence and natural resonance