what this is

This commit is contained in:
Loyyd 2026-06-10 20:23:11 +02:00
parent be3d77837e
commit cd4b824b00
4 changed files with 132 additions and 6 deletions

View file

@ -17,12 +17,16 @@ The replica is served at **https://familyfed.bcgen.ie**.
| Path | What it is |
|------|------------|
| `index.html` | Home page |
| `*.html` | Top-level pages |
| `css/` | Stylesheets |
| `js/` | Page JavaScript |
| `assets/` | Images, fonts, and other static assets |
| `*/index.html` | Public pages and archives; folder names are live URL paths |
| `blog/` | Mirrored blog archive, category, tag, and dated pages |
| `wp-content/` | WordPress-style theme, plugin, upload, font, image, CSS, and JS assets |
| `wp-includes/`, `wp/`, `cdn-cgi/` | Legacy static support paths referenced by the exported pages |
| `docs/` | Maintainer notes and site-structure documentation |
| `.forgejo/` | **Deploy automation — do not touch** (see "Guardrails") |
Treat top-level content folders as production URLs. Do not move or rename them
unless redirects are planned outside this repo.
Preview through a local web server, not by opening the `.html` file directly, so
that absolute links (e.g. `/css/style.css`) resolve.