From 2278b0eb02ccdd3c2d4358d39074767d33fecb71 Mon Sep 17 00:00:00 2001 From: Brice BERDAH Date: Fri, 24 May 2019 11:40:30 +0200 Subject: [PATCH] Medium -> Hugo exporting tool Suggesting a simple yet powerful tool for people looking to export their Medium blog to Hugo --- docs/content/en/tools/migrations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/en/tools/migrations.md b/docs/content/en/tools/migrations.md index 7369b76da5b..9a48d1df0bb 100644 --- a/docs/content/en/tools/migrations.md +++ b/docs/content/en/tools/migrations.md @@ -50,6 +50,10 @@ Alternatively, you can use the new [Jekyll import command](/commands/hugo_import - [exitwp-for-hugo](https://github.com/wooni005/exitwp-for-hugo) - A python script which works with the xml export from Wordpress and converts Wordpress pages and posts to Markdown and YAML for hugo. - [blog2md](https://github.com/palaniraja/blog2md) - Works with [exported xml](https://en.support.wordpress.com/export/) file of your free YOUR-TLD.wordpress.com website. It also saves approved comments to `YOUR-POST-NAME-comments.md` file along with posts. +## Medium + +- [medium2md](https://github.com/gautamdhameja/medium-2-md) - A simple Medium to Hugo exporter able to import stories in one command, including Front Matter. + ## Tumblr - [tumblr-importr](https://github.com/carlmjohnson/tumblr-importr) - An importer that uses the Tumblr API to create a Hugo static site.