Medium 2 Md

screenshot of Medium 2 Md
hugo
jekyll

A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.

Overview

Medium 2 Md is a powerful command-line interface (CLI) tool designed for content creators who want to migrate their Medium posts to static site generators like Jekyll or Hugo. With this tool, exporting your Medium articles in HTML format can be seamlessly transformed into markdown files that come complete with front matter, making the transition to a new platform smooth and efficient.

This utility is perfect for anyone looking to maintain their content's formatting and metadata while switching to a more flexible and customizable web hosting option. It streamlines the process of reusing content and ensures that your posts retain structure and SEO benefits—even after moving away from Medium.

Features

  • Easy Conversion: Quickly converts Medium HTML exports into markdown format, saving you from manual formatting.
  • Front Matter Support: Automatically adds front matter to your markdown files, preserving essential metadata for Jekyll and Hugo.
  • Command-Line Interface: Simple CLI allows for easy usage without complex setup processes; perfect for developers and tech-savvy users.
  • Compatibility: Compatible with both Jekyll and Hugo frameworks, catering to a wider range of static site generator users.
  • Efficient Migration: Facilitates a hassle-free migration process, allowing you to focus on content rather than formatting.
  • Customizable: Offers options for customization, enabling users to adjust output according to their specific requirements.
hugo
Hugo

Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.