A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
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.
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 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 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.