mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Simplify technical details section on about page
Condensed the extensive technical details into a single sentence with link to GitHub repository. Users interested in architecture, tech stack, and development details can find that information in the README. Keeps the about page focused on mission and theology rather than implementation details. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -134,22 +134,7 @@
|
||||
|
||||
<section>
|
||||
<h2>Technical Details</h2>
|
||||
<p>For developers and technically curious users:</p>
|
||||
<ul>
|
||||
<li><strong>Backend</strong>: Python 3.13 with FastAPI framework</li>
|
||||
<li><strong>Data Storage</strong>: JSON files (361 files, 58 MB total)</li>
|
||||
<li><strong>Styling</strong>: Tufte CSS for clean, readable typography</li>
|
||||
<li><strong>Deployment</strong>: Fly.io with automated CI/CD via GitHub Actions</li>
|
||||
<li><strong>API</strong>: Full RESTful JSON API with OpenAPI documentation</li>
|
||||
<li><strong>Package Manager</strong>: uv for fast, reliable dependency management</li>
|
||||
</ul>
|
||||
<p>The entire codebase is structured for:</p>
|
||||
<ul>
|
||||
<li><strong>Performance</strong> - Cached data loading, lazy evaluation, compression</li>
|
||||
<li><strong>Maintainability</strong> - Modular architecture, clear separation of concerns</li>
|
||||
<li><strong>Extensibility</strong> - Well-documented API, structured data formats</li>
|
||||
<li><strong>Testability</strong> - Comprehensive test suite with 100% pass rate</li>
|
||||
</ul>
|
||||
<p>KJV Study is built with modern web technologies (Python, FastAPI) with all biblical data stored in structured JSON files. For full technical documentation, architecture details, and development information, see the <a href="https://github.com/kennethreitz/kjvstudy.org#readme" target="_blank" rel="noopener">GitHub repository</a>.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user