parent
79c679096f
commit
9c937f6c58
78 changed files with 11962 additions and 11427 deletions
|
|
@ -18,8 +18,8 @@ the live URL unless redirects are added at the hosting layer.
|
|||
- `the-founders/`
|
||||
- `videos/`
|
||||
- `2013-sunday-service-archive/` through `2018-sunday-service-archive/`
|
||||
- `speeches-by-rev-dr-sun-myung-moon*/`
|
||||
- `speeches-of-rev-sun-myung-moon-1995/`
|
||||
- `speeches-by-rev-dr-sun-myung-moon*/` compatibility redirects
|
||||
- `speeches-of-rev-sun-myung-moon-1995/` compatibility redirect
|
||||
- `blog/`
|
||||
|
||||
## Main content groups
|
||||
|
|
@ -28,7 +28,7 @@ the live URL unless redirects are added at the hosting layer.
|
|||
| --- | --- | --- |
|
||||
| Core pages | `index.html`, `about-us/`, `contact/`, `events/`, `register/`, `services/`, `the-founders/`, `videos/` | Best first targets for active maintenance. |
|
||||
| Sunday service archives | `2013-sunday-service-archive/` to `2018-sunday-service-archive/`, plus `services/` | Mostly link lists to Vimeo or YouTube. |
|
||||
| Speeches archive | `speeches/`, `speeches-by-rev-dr-sun-myung-moon*/`, `speeches-of-rev-sun-myung-moon-1995/` | Large historical text archive. |
|
||||
| Speeches archive | `speeches/`, `speeches/rev-dr-sun-myung-moon/YYYY/` | Large historical text archive. Old top-level speech-year folders are redirect stubs only. |
|
||||
| Blog mirror | `blog/` | Generated archive, category, tag, and dated pages. |
|
||||
| Static assets | `assets/` | CSS, JavaScript, fonts, images, PDFs, and static vendor files. |
|
||||
|
||||
|
|
@ -48,6 +48,9 @@ For new production images or PDFs, prefer adding them under
|
|||
- Use a local web server when previewing: `python3 -m http.server 8000`.
|
||||
- Check pages at `http://localhost:8000/...`, not by opening files directly.
|
||||
- Keep edits small and URL-aware.
|
||||
- Keep real speech-year pages under `speeches/rev-dr-sun-myung-moon/YYYY/`.
|
||||
The old top-level `speeches-by-rev-dr-sun-myung-moon*` folders are kept only
|
||||
so old links redirect instead of breaking.
|
||||
- When editing shared header, navigation, or footer markup, remember that the
|
||||
markup is duplicated across many HTML files.
|
||||
- Some legacy class names remain in exported markup and CSS. Treat them as static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue