A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
Medium 2 Md is a handy command-line interface (CLI) tool designed for bloggers and developers who want to transition their content from Medium to static site generators like Jekyll and Hugo. This tool simplifies the process of converting exported Medium posts in HTML format to markdown, ensuring that all the necessary front matter is included for seamless integration.
Whether you're looking to back up your writings or migrate to a new blogging platform, Medium 2 Md offers a straightforward solution that maintains the structure and metadata of your original posts. With its user-friendly approach, this tool is a must-have for anyone looking to enhance their blogging experience.
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.