1.1 KiB
1.1 KiB
Site Structure
This is a static production site. Folder names at the repository root are live URL paths, so keep public pages in place unless redirects are planned.
Root
index.html- home page*/index.html- public pages and archive pagesblog/- blog archive, category, tag, and dated pagesarchive/- historical speech and Sunday service archivescss/- site-level stylesheetsjs/- site-level scriptsassets/- images, PDFs, fonts, theme files, uploads, and vendor filesdocs/- maintainer documentationdocker/andcompose.yaml- local static server preview.forgejo/- deployment automation
Asset Layout
css/block-library.css- WordPress block styles used across the sitejs/jquery.min.js- shared jQuery dependency used across the siteassets/theme/- exported theme styles, scripts, fonts, and imagesassets/vendor/- exported third-party plugin/vendor assetsassets/uploads/- uploaded images and PDFs used by content pages
Local Preview
Run:
docker compose up
Then open:
http://localhost:8080