Scripture — domus-scripture Spoke
domus-scripture Spoke
The scripture study content lives in a dedicated Antora spoke at ~/atelier/_bibliotheca/domus-scripture. Terminal reading stays in Principia. The spoke contains structured study pages.
What’s in the Spoke
| Content | Description | Count |
|---|---|---|
Study pages |
Per-chapter scaffolds with themes, vocabulary, reflections |
3,307 |
Texto pages |
Full source text per chapter with superscript verses |
3,307 |
Book indexes |
Dual-track tables (Notes + Full Text) per book |
171 |
Nav partials |
Book-level sidebar navigation per corpus |
3 |
Trackers |
Reading progress for RV1909 and Tanakh |
2 |
Total: ~6,800 pages across 3 corpora (RV1909, KJV, Tanakh).
Build Locally
make -C ~/atelier/_bibliotheca/domus-scripture 2>&1
Generate / Regenerate Content
SPOKE=~/atelier/_bibliotheca/domus-scripture
# Dry run
python3 "${SPOKE}/scripts/generate-study.py" --corpus all --dry-run
# Generate
python3 "${SPOKE}/scripts/generate-study.py" --corpus all
Chapter Navigation
Every chapter page has prev/index/next links at top and bottom:
← Cap. 1 | Index | Cap. 3 →
Study pages link to texto via TIP block. Texto pages link back to study notes.
Cross-Component References (from domus-captures)
\xref:scripture::reina-valera/index.adoc[La Reina Valera]
\xref:scripture::kjv/index.adoc[King James Version]
\xref:scripture::tanakh-study/index.adoc[Tanakh]
Deployment Status
Spoke builds locally in ~47 seconds (flattened nav). Hub integration blocked by Cloudflare Pages 20-min build timeout — pending GitHub Actions deploy (SC-001 in PRJ-BIBLIOTHECA).
See PRJ-BIBLIOTHECA for full project documentation.