wordpress removed 1/2
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-06-10 20:30:23 +02:00
parent cd4b824b00
commit 79c679096f
1074 changed files with 13482 additions and 100115 deletions

View file

@ -36,7 +36,7 @@ unless they contain broken links or outdated information that visitors rely on.
- Do not rename public route folders without a redirect plan.
- Do not edit `.forgejo/` for content or design changes.
- Do not add build tools, package managers, or framework dependencies.
- Do not delete WordPress-looking assets just because they look unused. Verify
- Do not delete legacy-looking assets just because they look unused. Verify
references first with `rg` and a browser preview.
## Suggested cleanup order
@ -45,6 +45,6 @@ unless they contain broken links or outdated information that visitors rely on.
2. Check the core pages on desktop and mobile.
3. Fix broken internal links and missing images.
4. Remove or adjust forms that cannot submit on a static site.
5. Clean duplicated WordPress metadata only after confirming pages render the same.
5. Clean duplicated export metadata only after confirming pages render the same.
6. Later, consider a tiny static templating workflow if shared navigation/footer
edits become frequent.