Commit Graph

7 Commits

Author SHA1 Message Date
kennethreitz 0969e2a904 Add Bible Stories section to stats page and fix story search autocomplete
- Add dedicated Bible Stories stats section showing categories, story count,
  kids versions, word counts (85k adult / 58k kids), characters, and themes
- Fix story search autocomplete on both /stories and /stories/kids pages
  (was looking for h3>a but cards are structured as a.story-card>h3)
- Increase autocomplete results from 5 to 8

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 18:56:50 -05:00
kennethreitz a4f306a7c9 Remove hidden page notice from stats page
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 23:26:45 -05:00
kennethreitz feb40f5ce8 Reorganize stats and indexes under /about/ namespace
Changed URLs:
- /stats → /about/stats
- /indexes/commentary → /about/commentary
- /indexes/cross-references → /about/cross-references

Creates a cleaner URL structure with all informational/meta pages
grouped under /about/.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 18:08:31 -05:00
kennethreitz 2343fcf923 Move commentary and cross-references indexes to /indexes/ namespace
Changed URLs from:
- /commentary → /indexes/commentary
- /cross-references → /indexes/cross-references

Updated stats page links to use new URLs. Old routes removed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 18:06:58 -05:00
kennethreitz cbe1ec7f0d Add cross-references index page at /cross-references
New browseable index showing all 24,900 verses with cross-references:

Features:
- Organized by book and chapter
- Shows reference count per verse (blue badge)
- Links to individual verse pages
- Coverage statistics (80% of Bible)
- 120,858 total cross-references
- Clean, scannable interface

Route: GET /cross-references
Template: cross_references_index.html

Updates to stats page:
- Link to /commentary index
- Link to /cross-references index
- Link to /strongs concordance

This completes the major indexes for discovering
content - users can now browse all commentary,
cross-references, and Strong's entries systematically.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 17:50:08 -05:00
kennethreitz 4e827a1b6b Add commentary index page at /commentary
New browseable index showing all 12,330 verses with commentary:

Features:
- Organized by book and chapter
- Shows verse counts per chapter
- Links to individual verse pages
- Coverage statistics (39.6% of Bible)
- Clean, scannable interface

Route: GET /commentary
Template: commentary_index.html

Also linked from /stats page for easy discovery.

This gives users a systematic way to browse all
commentary content instead of discovering it
verse-by-verse.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 17:44:09 -05:00
kennethreitz 90abb8347f Add comprehensive /stats page with site metrics
Hidden statistics page (not linked in navigation) displaying:

Bible Text Statistics:
- 31,102 verses across 66 books
- 1,189 chapters
- 783,137 words total
- Averages per verse and chapter

Verse Commentary:
- 66 books with commentary files
- 12,330 verses covered (39.6% of Bible)
- 3.4M words of theological analysis
- Avg 278 words per commented verse

Cross-References:
- 66 book files
- 24,900 verses with cross-references (80% coverage)
- 120,858 total references
- Avg 4.9 references per verse

Language Tools:
- 8,674 Hebrew Strong's entries
- 5,624 Greek Strong's entries
- 14,298 total concordance entries
- 12 MB interlinear data (compressed)

Study Resources:
- 36 study guides
- 36 topics
- 39 resource files
- 24 Bible stories
- 127 biographies
- 6 reading plans

Technical Data:
- 361 total JSON files
- 58.1 MB total data size
- 150+ book abbreviations

Access via /stats (hidden, not linked in nav)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 17:37:40 -05:00