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

15
content/README.md Normal file
View file

@ -0,0 +1,15 @@
# Content Archive
These Markdown files were extracted from the exported HTML posts in `website/`.
The body content intentionally keeps its original HTML markup so the migration
does not lose formatting, links, headings, or embedded images.
- `content/speeches/<year>/` - Rev. Sun Myung Moon speech posts grouped by speech year
- `content/speeches/mrs-hak-ja-han-moon/` - Mrs. Hak Ja Han Moon speech posts
- `content/blog/<year>/` - non-speech blog posts grouped by published year
Regenerate this archive from `website/blog/` with:
```bash
npm run extract:content
```