Bear Blog Importer
This guide will show you how to import your Bear Blog content into Pure Blog. The process is fairly simple and should only take a few minutes.
All the files mentioned below are available on GitHub.
BearBlog — Web UI
Original concept by David (justdaj).
Copy import_bearblog.php to your Pure Blog root, then visit:
https://yourblog.com/import_bearblog.php
You must be logged in to the Pure Blog admin.
Before you start
- Export your posts from BearBlog in Markdown format
- Create the folder
content/posts/import/in your Pure Blog install - Copy your exported
.mdfiles into that folder
The importer walks you through three steps:
- Instructions — confirms your files are in the right place
- Preview — shows what will be imported, with warnings for drafts and posts containing images
- Results — summary of what was imported
The search and tag indexes are rebuilt automatically.
What gets imported
- Posts only (pages are skipped)
- Title, slug, published date, tags, meta description, content
- Draft/published status
Images
Posts containing images are saved as draft by default so you can verify the image URLs are correct before publishing. There is an option on the preview screen to publish them immediately if you're confident the URLs are already right.