Commit Graph

9 Commits

Author SHA1 Message Date
kennethreitz d79bef1e25 Remove explicit Reformed theology references from prophets
Updated Obadiah and Habakkuk descriptions to present biblical content without denominational labels, maintaining theological substance while avoiding explicit "Reformation theology" references.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 17:41:29 -05:00
kennethreitz a47b1ccf40 Add contextual sidenotes to complete Phase 1 resource coverage
Complete sidenote coverage for three partially-covered resource categories:
- Women of the Bible (100%: 14/14) - added Rebekah
- Twelve Apostles (100%: 12/12) - added Andrew, Philip, James son of Alphaeus, Thaddaeus
- Biblical Prophets (100%: 16/16) - added all 7 Minor Prophets (Obadiah, Nahum, Habakkuk, Zephaniah, Haggai, Zechariah, Malachi)

All sidenotes provide historical, archaeological, or theological context using Tufte CSS margin notes. Includes Greek/Hebrew terminology, church tradition, archaeological discoveries, and connections to broader biblical themes.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 17:24:14 -05:00
kennethreitz 27c59ccd2f Fix italic markdown rendering in resource pages
- Add mdi (markdown inline) filter to resource_index.html template
  to properly render *italic* and **bold** markdown syntax
- Italicize transliterated Hebrew/Greek terms in spirits-and-demons content
- Ensures foreign language terms display with proper emphasis

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 08:52:19 -05:00
kennethreitz f4df5b88fe Fix JSON syntax errors in spirits and demons descriptions
Fixed two issues:
- Replaced unescaped straight double quotes with single quotes in "I wills"
- Fixed typo: "cunningbut" → "cunning but"

JSON now validates correctly.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 22:46:29 -05:00
kennethreitz 14bacc552a Expand spirits and demons page with multi-paragraph prose
Significantly expand 10 key theological sections with comprehensive,
multi-paragraph descriptions:

Major expansions:
- Demons Are Real: 4 paragraphs on reality of spiritual beings
- Origin of Demons: 4 paragraphs on fallen angels
- Demonic Hierarchy: 4 paragraphs on organized evil
- Names of Satan: 4 paragraphs on devil's titles and meanings
- Satan's Fall: 4 paragraphs on pride and rebellion
- Satan's Limitations: 4 paragraphs on defeated foe under God's sovereignty
- Binding the Strong Man: 4 paragraphs on plundering Satan's kingdom
- The Armor of God: 4 paragraphs on spiritual warfare equipment
- Demonic Deception: 4 paragraphs on wolves in sheep's clothing
- The Lake of Fire: 4 paragraphs on everlasting punishment

Each section now includes:
- Deeper theological exposition
- More biblical cross-references and connections
- Practical applications for believers
- Original language insights where relevant
- Historical and eschatological context

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 22:33:00 -05:00
kennethreitz d77c45f7b7 Remove remaining 'Reformed' references from systematic theology resources
Replace 5 additional instances that used "Reformed tradition," "Reformed faith,"
and "Reformed worship":

- Bibliology introduction: "The Reformed tradition holds" → "Scripture is"
- Divine Existence: "The Reformed faith confesses" → direct statement
- Middle Knowledge Rejected: "The Reformed tradition rejects" → passive voice
- Regulative Principle: "The Reformed tradition holds" → direct statement
- Word and Sacrament: "Reformed worship" → "biblical worship"

Note: "reformed governments" on line 1563 uses "reformed" as a verb
(meaning "changed"), not as theological terminology, so it remains unchanged.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 21:40:53 -05:00
kennethreitz 0956c3776f Remove explicit 'Reformed theology' references from systematic theology resources
Replace all 12 instances of "Reformed theology" with alternative phrasing that
preserves the theological substance while removing the explicit label:

- Introduction sections: Use "Scripture teaches/emphasizes"
- Verbal Plenary Inspiration: "Historic Christian orthodoxy confesses"
- Scripture and Tradition: Remove attribution, state doctrine directly
- Compatibilism: "Scripture affirms"
- Cessation Question: State position directly
- No Sinless Perfection: "Scripture uniformly rejects"
- Simul Justus et Peccator: "This biblical truth"

Also includes previously staged template changes.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 21:39:31 -05:00
kennethreitz 64b63a5b8d Add systematic theology resources and update server routes
- Introduced new routes for systematic theology topics including Bibliology, Theology Proper, Anthropology, Hamartiology, Providence, Grace, Justification, Sanctification, Law and Gospel, and Worship.
- Each topic includes HTML and PDF endpoints for resource index and detail pages.
- Updated the resources page to include descriptions and counts for the new theology topics.
2025-11-26 21:08:50 -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