WordPress Migration Instructions
WordPress Migration Instructions
✅ Substack Migration Complete!
Your Substack content has been successfully migrated:
- 3 posts imported from https://dbmcco.substack.com
- Published to your GitHub blog at https://dbmcco.github.io
- Topics: AI in Life Sciences, Compliance, MedComm, LLMs
🔄 WordPress Migration (Pending)
Since meansofproduction.wordpress.com
is private, you’ll need to export the content manually.
Step 1: Export WordPress Content
Option A: WordPress.com Dashboard
- Log into WordPress.com
- Go to My Sites → Settings → Export
- Choose Export All or Posts only
- Download the XML file
Option B: WordPress Admin (if available)
- Access WP Admin at
meansofproduction.wordpress.com/wp-admin
- Go to Tools → Export
- Select All content or Posts
- Download the XML export file
Step 2: Convert WordPress Posts
Once you have the XML file:
# Navigate to blog directory
cd /Users/braydon/projects/dbmcco.github.io
# Activate Python environment
source migration-env/bin/activate
# Run migration script
python migrate-wordpress.py path/to/your-export.xml
# Example:
python migrate-wordpress.py ~/Downloads/meansofproduction.wordpress.xml
Step 3: Review and Publish
# Review converted posts in Obsidian
# Edit any formatting issues
# Sync and publish
./sync-from-obsidian.sh --auto-publish
🛠️ Migration Script Features
The WordPress migration script handles:
- Full content extraction from XML
- HTML to Markdown conversion
- Jekyll front matter generation
- Category and tag preservation
- Publication date retention
- SEO-friendly URL slugs
📊 Current Blog Status
Your GitHub blog now contains:
- ✅ 3 Substack posts (2023) - AI and Life Sciences focus
- ✅ 4 new posts (2025) - Recent workflow and tech thoughts
- ✅ Working sync system from Obsidian
- ✅ Professional Jekyll theme with navigation
Total: 10+ posts ready to publish!
🎯 Next Steps
- Export WordPress content using instructions above
- Run migration script on the XML file
- Review migrated posts in Obsidian
- Publish everything with one command
Your blog is already live and looking great! The WordPress content will be the final piece to complete your content migration.
Visit: https://dbmcco.github.io 🚀