This guide helps you navigate the migrated TypePad blog content and find specific assets, media, and posts within each blog folder (AEC, AutoCAD, Manufacturing, etc.). Each blog has been converted to a structured format that makes it easy to locate original content, images, and related files.
Each blog folder (AEC, AutoCAD, Cloud_and_Mobile, etc.) contains:
YourBlog/
├── Blog/ # Main blog content
│ ├── _posts/ # All your blog posts (Markdown files)
│ ├── _data/
│ │ ├── comments/ # Comment files (YAML format)
│ │ └── _assets/ # Downloaded images and files
├── parser_[blogname].log # Migration log file
├── download_cache_[blogname].json # Download cache (technical)
└── [blogname]_export_summary.png # Visual summary chart
- Open the main repository folder
- Select the blog you need (e.g.,
AEC/,AutoCAD/,Manufacturing/, etc.) - Each blog contains organized content ready for searching
Location: Blog/_posts/
- File Format: Each post is a
.md(Markdown) file - Naming:
YYYY-MM-DD-post-title.md - Search Tips:
- Files are chronologically ordered by date
- Use Ctrl+F to search by keywords in filenames
- Post titles are in the filename after the date
Each Post Contains:
- Original post content
- Publication date and author
- Categories and tags
- Original TypePad URL for reference
Location: Blog/_data/_assets/
What You'll Find:
- All images from blog posts (JPG, PNG, GIF)
- Documents and attachments (PDF, DOC, ZIP)
- Screenshots and diagrams
- Code samples and downloads
How to Search for Assets:
- By filename: Assets often keep their original names
- By date: Check the corresponding
.ymlfile for upload dates - By post: Look in the post content for image references like
 - Browse folder: All assets are in one central location per blog
Asset Metadata: Each asset has a corresponding .yml file with original URL and download information.
Location: Blog/_data/comments/
- Format: YAML files (
.yml) - Naming: Matches the post filename (e.g.,
2024-01-15-my-post.yml) - Content: All original comments with full context
How to Find Comments for a Post:
- Find the post you're interested in (in
_posts/) - Look for a matching
.ymlfile in thecomments/folder - Comments include author names, dates, and full discussion threads
File: [blogname]_export_summary.png
This visual chart shows:
- Total posts processed
- Total assets found and downloaded
- Download success rate
- Failure analysis (if any)
- Symptom: Post references an image that doesn't exist in
_data_assets/ - Cause: Image download failed during migration
- Action: Note which images are missing for potential manual recovery
- Symptom: Links in posts point to external sites that are now broken
- Cause: External websites have changed or disappeared
- Action: These are expected and not critical
- Symptom: Text formatting looks wrong in the Markdown
- Cause: HTML to Markdown conversion issues
- Action: Minor formatting can be fixed manually
---
layout: "post"
title: "Your Post Title"
date: "2024-01-15 10:30:00"
author: "Your Name"
categories: ["category1", "category2"]
original_url: "https://yourblog.typepad.com/post-url"
typepad_basename: "post-slug"
typepad_status: "Publish"
---
Your post content here...
comments:
- author: "Commenter Name"
email: "commenter@example.com"
date: "2024-01-15 11:00:00"
body: "Comment text here..."- Images:
.jpg,.png,.gif, etc. - Documents:
.pdf,.doc,.docx, etc. - Archives:
.zipfiles - Metadata:
.ymlfiles describing each asset
Your blog migration includes:
- Posts: All blog posts converted to Markdown
- Comments: All comments preserved in YAML format
- Assets: Images and files downloaded (success rate varies)
- Structure: Jekyll-ready format for easy deployment
- Review the content using this guide
- Note any issues you find
- Test a few posts to ensure they display correctly
- Check image references to verify assets are properly linked
- Success Rate: Check the summary chart for download statistics
- Failed Downloads: Usually due to external links or server issues
- File Organization: All files are organized using Jekyll format
- Metadata: Original Typepad metadata is preserved
If you find issues or have questions:
- Check the migration log file (
parser_[blogname].log) - Review the summary chart for overall statistics
- Contact Madhukar Moogala or Adam Nagy