content
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-06-11 08:34:55 +02:00
parent 830585e2ba
commit 01a7933793
768 changed files with 82022 additions and 0 deletions

View file

@ -29,6 +29,7 @@ HTML plus CSS, JavaScript, images, PDFs, and other static assets.
| `website/contact.html` | Contact page with the form |
| `website/` | Source HTML pages, blog posts, speech archives, categories, and tags |
| `website/PAGES.md` | Map from old folder paths to current HTML paths |
| `content/` | Extracted Markdown archive for speeches and blog posts |
| `src/pages/` | Astro endpoints that generate static output from `website/` |
| `src/components/` | Astro components for shared layout migration |
| `dist/` | Generated static output from `npm run build` |