From d399f510b7cc7a3cad1e14ec3090caf3b0f555af Mon Sep 17 00:00:00 2001 From: Tolaria Date: Wed, 3 Jun 2026 17:32:27 +0800 Subject: [PATCH] feat: port zensical source content from pages branch --- .gitignore | 1 + .python-version | 1 + about/index.md | 9 + content-production-playbook.md | 93 ++++ docs/assets/images/nature-soft.svg | 46 ++ docs/assets/images/tree-ad-logo.svg | 27 + docs/assets/images/tree-ad-text-logo.png | Bin 0 -> 224787 bytes docs/assets/images/tree-of-ascension-logo.png | Bin 0 -> 693539 bytes docs/contributing/index.md | 214 ++++++++ docs/contributing/markdown.md | 111 ++++ docs/index.md | 27 + docs/javascripts/extra.js | 90 +++ docs/practices/daily-sadhana.md | 67 +++ docs/practices/digital-wellness.md | 60 ++ docs/practices/grounding-in-nature.md | 48 ++ docs/practices/index.md | 18 + docs/practices/nourishing-the-body.md | 65 +++ docs/stylesheets/extra.css | 511 ++++++++++++++++++ docs/teachings/collective-awakening.md | 72 +++ docs/teachings/community-sovereignty.md | 88 +++ docs/teachings/digital-sovereignty.md | 73 +++ docs/teachings/finding-purpose.md | 72 +++ docs/teachings/index.md | 19 + docs/teachings/spiritual-hygiene.md | 75 +++ index.md | 16 + pyproject.toml | 12 + theming.md | 86 +++ 27 files changed, 1901 insertions(+) create mode 100644 .python-version create mode 100644 about/index.md create mode 100644 content-production-playbook.md create mode 100644 docs/assets/images/nature-soft.svg create mode 100644 docs/assets/images/tree-ad-logo.svg create mode 100644 docs/assets/images/tree-ad-text-logo.png create mode 100644 docs/assets/images/tree-of-ascension-logo.png create mode 100644 docs/contributing/index.md create mode 100644 docs/contributing/markdown.md create mode 100644 docs/index.md create mode 100644 docs/javascripts/extra.js create mode 100644 docs/practices/daily-sadhana.md create mode 100644 docs/practices/digital-wellness.md create mode 100644 docs/practices/grounding-in-nature.md create mode 100644 docs/practices/index.md create mode 100644 docs/practices/nourishing-the-body.md create mode 100644 docs/stylesheets/extra.css create mode 100644 docs/teachings/collective-awakening.md create mode 100644 docs/teachings/community-sovereignty.md create mode 100644 docs/teachings/digital-sovereignty.md create mode 100644 docs/teachings/finding-purpose.md create mode 100644 docs/teachings/index.md create mode 100644 docs/teachings/spiritual-hygiene.md create mode 100644 index.md create mode 100644 pyproject.toml create mode 100644 theming.md diff --git a/.gitignore b/.gitignore index 79604c8..e8d99fb 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ PASSWORD.txt +.hermes diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..e4fba21 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12 diff --git a/about/index.md b/about/index.md new file mode 100644 index 0000000..31dfcf9 --- /dev/null +++ b/about/index.md @@ -0,0 +1,9 @@ +# About this space + +_This is a living archive for reigniting the spark within._ + +Multiple voices are welcome here. Not a performance of awareness, but a practice of it. + +- Share what calls to you +- Add notes, reflections, or small practices +- Let contributions grow the whole garden gently diff --git a/content-production-playbook.md b/content-production-playbook.md new file mode 100644 index 0000000..1fbb267 --- /dev/null +++ b/content-production-playbook.md @@ -0,0 +1,93 @@ +# Content Production Playbook — Consciousness Garden + +## Purpose +Turn a topic list into organized, rich Zensical docs for the awakening/consciousness site. +This document is the reusable task brief for any future content-writing run. + +--- + +## 1. Inputs required +- Topic list (title + one-line intent per topic) +- Desired folder hierarchy preference: + - `docs/practices/` — guided practices + - `docs/teachings/` — longer essays, frameworks + - `docs/experiences/` — community stories, experiences + - `docs/reference/` — glossaries, diagrams, maps + - `docs/about/` — already exists; keep site meta here + +--- + +## 2. Research workflow +For each topic: +1. Run a short Firecrawl/parallel-cli research pass to pull 2–4 high-quality references. +2. Favor primary sources, short readable articles, and non-copyright-restricted diagrams. +3. If the topic is technical or structural, prefer diagrammatic explanation. + +--- + +## 3. Content standards +- **Tone**: calm, grounded, inviting — not performative spirituality. +- **Length**: 300–900 words per page unless the topic clearly demands more. +- **Structure per post**: + - 1–3 sentence intro hook + - 3–6 body sections with headings + - 1 closing reflection or practice prompt + - 1 related link into another page in the same hierarchy +- **Accessibility**: readable line length, alt text on images, reduced-motion safe animations. + +--- + +## 4. Zensical features to use +- Admonitions: `!!! note`, `!!! warning` +- Collapsibles: `???` for optional depth +- Code/math only when genuinely clarifying a model or practice +- Mermaid diagrams: flowcharts, mindmaps, or journey maps when a concept benefits from visual structure +- `markdown="1"` for figures/hero-style images +- Keep internal links relative to `docs/` paths + +--- + +## 5. Images & media +- Prefer lightweight PNG/SVG or optimized JPEG. +- If video is added: + - Use a poster image + - Do not autoplay + - Prefer HTML5 `