commit 2278b0eb02ccdd3c2d4358d39074767d33fecb71
parent 41974303f3e5e6d7deb87a791aba512dbf1b9c59
Author: Brice BERDAH <brice.berdah@outlook.com>
Date: Fri, 24 May 2019 11:40:30 +0200
Medium -> Hugo exporting tool
Suggesting a simple yet powerful tool for people looking to export their Medium blog to Hugo
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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.