mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 14:50:17 +00:00
498b191afa
Move static reference data from Python modules to JSON files in data/ directory: - Bible metadata (testament lists, book abbreviations) → bible_metadata.json - Chapter explanations and popularity scores → chapter_explanations.json, popular_chapters.json - Featured verses for verse of the day → featured_verses.json - Resource slugs for sitemap generation → resource_slugs.json Benefits: easier content updates, better separation of data and code, enables non-developer content management. All 252 tests passing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
35 lines
1.9 KiB
JSON
35 lines
1.9 KiB
JSON
{
|
|
"John": {
|
|
"3": "Contains John 3:16 - 'For God so loved the world' - the most quoted verse in Christianity",
|
|
"1": "The Word became flesh - Jesus as the eternal Logos and the calling of the first disciples"
|
|
},
|
|
"1 Corinthians": {
|
|
"13": "The famous 'Love Chapter' - 'Love is patient, love is kind' - essential reading for weddings and Christian living"
|
|
},
|
|
"Psalms": {
|
|
"23": "The beloved Shepherd Psalm - 'The Lord is my shepherd, I shall not want' - comfort in times of trouble",
|
|
"91": "Psalm of protection - 'He who dwells in the shelter of the Most High' - promises of God's care",
|
|
"1": "The blessed man - contrasts the righteous and wicked, foundation of wisdom literature",
|
|
"139": "God's omniscience and omnipresence - 'You have searched me and known me' - intimate knowledge of God"
|
|
},
|
|
"Romans": {
|
|
"8": "No condemnation in Christ - 'All things work together for good' - assurance of salvation",
|
|
"3": "All have sinned - universal need for salvation and justification by faith",
|
|
"12": "Living sacrifice - practical Christian living and spiritual gifts"
|
|
},
|
|
"Matthew": {
|
|
"5": "The Beatitudes - 'Blessed are the poor in spirit' - foundation of Christian ethics",
|
|
"6": "The Lord's Prayer and teachings on worry - 'Give us this day our daily bread'",
|
|
"7": "Golden Rule and narrow gate - 'Do unto others as you would have them do unto you'"
|
|
},
|
|
"Genesis": {
|
|
"1": "Creation account - 'In the beginning God created the heavens and the earth'",
|
|
"3": "The Fall - Adam and Eve's disobedience and the first promise of redemption",
|
|
"22": "Abraham's ultimate test - the near-sacrifice of Isaac, foreshadowing Christ"
|
|
},
|
|
"Isaiah": {
|
|
"53": "The Suffering Servant - 'He was wounded for our transgressions' - prophecy of Christ's crucifixion",
|
|
"40": "Comfort my people - 'Every valley shall be exalted' - hope and restoration"
|
|
}
|
|
}
|