15 lines
571 B
Markdown
15 lines
571 B
Markdown
# 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
|
|
```
|