Blog2md

screenshot of Blog2md

Convert Blogger & Wordpress backup blog posts to hugo compatible markdown documents

Overview:

The Blogger to Markdown tool is a script that allows users to convert their blog posts from Blogger or WordPress into Hugo-compatible markdown documents. It creates separate markdown files for each blog post and its associated comments. The tool also offers the option to merge comments within the post file itself. The installation process involves downloading or cloning the project, installing dependencies, and running the script with the desired arguments.

Features:

  • Converts blog posts from Blogger and WordPress to markdown.
  • Creates separate markdown files for blog posts and comments.
  • Optional flag to merge comments within the post file itself.
  • Supports conversion from WordPress posts that do not contain HTML.
  • Parses and lists blog posts along with their respective comment counts.
  • Handles the conversion of content to markdown using pandoc.
  • Creates an output directory for the converted files.

Summary:

The Blogger to Markdown tool offers a simple and efficient way to convert blog posts from Blogger and WordPress to Hugo-compatible markdown format. It allows users to preserve their valuable comments while consolidating their blogs under one roof. The tool provides various features such as separate comment files, merging comments within post files, and the ability to handle WordPress posts without HTML. Despite some initial challenges and time-consuming tasks, the script proves to be successful in accomplishing its purpose.