mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +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>
114 lines
1.8 KiB
JSON
114 lines
1.8 KiB
JSON
{
|
|
"study_guides": [
|
|
"sermon-on-the-mount",
|
|
"lords-prayer",
|
|
"beatitudes",
|
|
"fruit-of-spirit",
|
|
"armor-of-god",
|
|
"ten-commandments",
|
|
"parables-of-jesus",
|
|
"miracles-of-jesus",
|
|
"names-of-god",
|
|
"attributes-of-god",
|
|
"trinity",
|
|
"holy-spirit",
|
|
"salvation",
|
|
"justification",
|
|
"sanctification",
|
|
"redemption"
|
|
],
|
|
"angels": [
|
|
"michael",
|
|
"gabriel",
|
|
"lucifer",
|
|
"abaddon"
|
|
],
|
|
"prophets": [
|
|
"moses",
|
|
"elijah",
|
|
"isaiah",
|
|
"jeremiah",
|
|
"ezekiel",
|
|
"daniel",
|
|
"jonah",
|
|
"john-the-baptist"
|
|
],
|
|
"names_of_god": [
|
|
"elohim",
|
|
"yahweh",
|
|
"adonai",
|
|
"el-shaddai",
|
|
"yahweh-jireh",
|
|
"yahweh-rapha",
|
|
"yahweh-nissi",
|
|
"yahweh-shalom",
|
|
"yahweh-tsidkenu",
|
|
"yahweh-shammah"
|
|
],
|
|
"parables": [
|
|
"sower",
|
|
"wheat-tares",
|
|
"mustard-seed",
|
|
"good-samaritan",
|
|
"prodigal-son",
|
|
"lost-sheep",
|
|
"talents",
|
|
"wise-foolish-builders"
|
|
],
|
|
"covenants": [
|
|
"noahic",
|
|
"abrahamic",
|
|
"mosaic",
|
|
"davidic",
|
|
"new-covenant"
|
|
],
|
|
"apostles": [
|
|
"peter",
|
|
"andrew",
|
|
"james-son-of-zebedee",
|
|
"john",
|
|
"philip",
|
|
"bartholomew",
|
|
"thomas",
|
|
"matthew",
|
|
"james-son-of-alphaeus",
|
|
"thaddaeus",
|
|
"simon-zealot",
|
|
"judas-iscariot"
|
|
],
|
|
"women": [
|
|
"eve",
|
|
"sarah",
|
|
"rebekah",
|
|
"rachel",
|
|
"miriam",
|
|
"deborah",
|
|
"ruth",
|
|
"hannah",
|
|
"esther",
|
|
"mary-mother-of-jesus",
|
|
"mary-magdalene",
|
|
"martha"
|
|
],
|
|
"festivals": [
|
|
"passover",
|
|
"unleavened-bread",
|
|
"firstfruits",
|
|
"pentecost",
|
|
"trumpets",
|
|
"atonement",
|
|
"tabernacles"
|
|
],
|
|
"fruits_of_spirit": [
|
|
"love",
|
|
"joy",
|
|
"peace",
|
|
"longsuffering",
|
|
"gentleness",
|
|
"goodness",
|
|
"faith",
|
|
"meekness",
|
|
"temperance"
|
|
]
|
|
}
|