what this is
This commit is contained in:
parent
be3d77837e
commit
cd4b824b00
4 changed files with 132 additions and 6 deletions
12
AGENTS.md
12
AGENTS.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue