# Blog Migration Archive

**Last Updated:** 2026-01-14

Archive directory for blog migration-related files and documentation. The migration from WordPress to PHP static pages is complete (2026-01-14).

## Migration Status

- ✅ **Complete:** Migration finished on 2026-01-14
- ✅ **Production:** All blog posts live and serving from JSON files
- ✅ **WordPress:** No longer required or accessed

## Archive Contents

### WordPress Extraction Scripts (Deprecated)

**Location:** `docs/archive/blog-migration/scripts/`

The following scripts are deprecated and archived for historical reference only:

- `extract-content.py` - WordPress content extraction (deprecated)
- `extract-wordpress-meta.php` - WordPress metadata extraction (deprecated)
- `convert-wordpress-urls-in-json.py` - WordPress URL conversion (deprecated)

**Note:** These scripts are preserved for reference but should not be used. All content is now managed via JSON files.

See `docs/archive/blog-migration/scripts/README.md` for details.

### Migration Documentation (Historical)

Historical migration planning and execution documentation:

- `docs/content/blog/MIGRATION_STRATEGY.md` - Migration strategy (completed)
- `docs/content/blog/MIGRATION_EXECUTION_PREP.md` - Execution preparation (completed)
- `docs/content/blog/MIGRATION_REQUIREMENTS.md` - Migration requirements (completed)

**Note:** These documents are preserved for historical reference. See `docs/content/blog/MIGRATION_COMPLETION_REPORT_2026-01-14.md` for current status.

## Current Production Workflow

For current production workflows, see:

- `docs/content/blog/PRODUCTION_WORKFLOW_GUIDE.md` - Production workflow guide
- `docs/content/blog/MIGRATION_COMPLETION_REPORT_2026-01-14.md` - Migration completion report
- `docs/content/blog/BLOG_QUICK_REFERENCE.md` - Quick reference guide

## Related Documentation

- `.cursor/rules/blog-production.mdc` - Production workflow patterns
- `.cursor/rules/blog-templates.mdc` - Template patterns
- `.cursor/rules/blog-backup.mdc` - Backup procedures
