Commit Graph

9 Commits

Author SHA1 Message Date
kennethreitz 3f01bb2352 Enrich topic pages with verse text 2025-12-01 13:48:47 -05:00
kennethreitz 2d7e9843b0 updates to data storage 2025-11-30 21:26:59 -05:00
kennethreitz 105df4a18e Move embedded Python data to JSON files
- Move data from Python modules to JSON in data/ directory:
  - verse_collections.json, topics.json, biographies.json
  - cross_references.json, reading_plans.json, resources.json
- Update Python modules to load from JSON at import
- Remove intermediary Python data files from data/
- Move stories.py loader to main module directory
- Add Heroes of Faith Bible stories (Job, Ruth, Esther, Jonah, Daniel, Shadrach/Meshach/Abednego)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 10:30:31 -05:00
kennethreitz 9ad50fbc02 Fix Psalm to Psalms in topic overviews
Corrected 6 instances where verse references used "Psalm" instead of "Psalms" to match the biblical book name.

Fixed in topics:
- Prayer: Psalms 66:18
- Holy Spirit: Psalms 139:7-10
- Hope: Psalms 39:7
- Peace: Psalms 119:165
- Wisdom: Psalms 111:10
- Parenting: Psalms 127:3

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 21:28:35 -05:00
kennethreitz 6ea33d89cb Significantly expand all topics with theological and practical content
Added comprehensive overviews for all 11 topics (Salvation, Prayer, Love,
Faith, Forgiveness, Holy Spirit, Hope, Peace, Wisdom, Suffering, and
Parenting). Each overview includes:
- Theological foundations and biblical doctrine
- Practical applications for daily living
- Scripture integration throughout
- Modern relevance and cultural context

Also updated topic_detail.html:
- Replaced section tags with div tags for cleaner layout
- Added JavaScript to automatically link verse references in overview text
- Verse references now clickable throughout the expanded content

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 19:36:32 -05:00
kennethreitz 1e10d9339f Expand Parenting topic and Fruits of the Spirit content
- Add comprehensive theological overview to Parenting topic
- Update topic_detail.html template to support custom overview text
- Heavily expand Love fruit description with theological depth
- Add Fruits of the Spirit and Parenting to sidebar navigation
- Add both resources to resources page

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:54:35 -05:00
kennethreitz b603e245c4 Add Parenting topic with biblical guidance
Add comprehensive Parenting topic to topical index with 6 subtopics:

1. Teaching Children - Instructing children in God's ways
   - Deuteronomy 6:6-7, Proverbs 22:6, Ephesians 6:4, etc.

2. Discipline - Godly correction and discipline
   - Proverbs 13:24, 29:15, 23:13-14, Hebrews 12:7, etc.

3. Father's Role - The father's responsibility
   - Ephesians 6:4, Colossians 3:21, 1 Thessalonians 2:11-12, etc.

4. Mother's Role - The mother's influence
   - Proverbs 31:1, 31:26-28, 2 Timothy 1:5, etc.

5. Children's Obedience - Children honoring and obeying parents
   - Ephesians 6:1-3, Colossians 3:20, Exodus 20:12, etc.

6. Love and Provision - Caring for children's needs
   - Psalms 127:3, 103:13, Matthew 7:11, 1 Timothy 5:8, etc.

Available at /topics/Parenting

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:39:35 -05:00
kennethreitz d29f0ae2cf Add Grief subtopic to Suffering
Add new "Grief" subtopic under Suffering with 8 comforting verses
about mourning and sorrow, including:
- Psalms 34:18 - The LORD is nigh unto them of a broken heart
- Matthew 5:4 - Blessed are they that mourn
- John 11:35 - Jesus wept
- Psalms 30:5 - Weeping may endure for a night
- 2 Corinthians 1:3-4 - Father of mercies and God of all comfort
- Revelation 21:4 - God shall wipe away all tears
- 1 Thessalonians 4:13 - Sorrow not as others who have no hope
- Psalms 147:3 - He heals the broken in heart

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:33:43 -05:00
kennethreitz f28e683ee9 Add topical index data structure
Create comprehensive topical concordance with 10 major theological themes:
- Salvation (Grace, Faith, Justification, Regeneration)
- Prayer (How to Pray, Power of Prayer, Prayer and Forgiveness)
- Love (God's Love, Love for God, Love for Others)
- Faith (Nature of Faith, Faith and Works, Examples of Faith)
- Forgiveness (God's Forgiveness, Forgiving Others)
- Holy Spirit (Person and Deity, Indwelling, Fruit, Gifts)
- Hope (Source of Hope, Eternal Hope)
- Peace (Peace with God, Peace of God)
- Wisdom (Source of Wisdom, Value of Wisdom, Fear of the Lord)
- Suffering (Purpose, Comfort, Christ's Example)

Each subtopic contains categorized verse references with explanatory notes.
Helper functions: get_all_topics(), get_topic(), search_topics()

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 19:06:22 -05:00