17 lines
650 B
Markdown
17 lines
650 B
Markdown
# Content
|
|
|
|
This directory is the future source of truth for editable site content.
|
|
|
|
These Markdown files were extracted from the exported HTML posts in `archive-source/`.
|
|
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 content from `archive-source/blog/` with:
|
|
|
|
```bash
|
|
npm run extract:content
|
|
```
|