Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bible study app — Verse By Verse (VBV.org)

A Bible-study content site. It carries only its own content; the entire front-end (HTML shell, CSS, JS, fonts, and the component pool) is served from the shared Autocss-com/cdn front-end.

Live: https://autocss-com.github.io/bible/

What lives here

  • index.html — thin shell; links every shared asset from the CDN by absolute URL, ships an empty <template> (the component pool is pulled from the CDN), and registers the service worker with a relative path (./sw.js)
  • assets/data/*.json — the content: KJV (public-domain) scripture + original notes (shell, home, john, psalms, about)
  • sw.js — the CDN's App Shell service worker, verbatim (a service worker must be same-origin). Network-first: always fresh online, still renders offline from cache

How it works

No framework, no build, no third-party services. The CDN front-end fetches this repo's assets/data/*.json relative to the page, so the shared UI renders this site's own data. Change the JSON → change the site.

Front-end: https://github.com/Autocss-com/cdn

About

Bible App - One verse at time.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages