Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrice BERDAH <brice.berdah@outlook.com>2019-05-24 12:40:30 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-24 16:35:41 +0300
commit2278b0eb02ccdd3c2d4358d39074767d33fecb71 (patch)
treef52933ffdbe5673be4b8917c858957e7554948dc /docs
parent41974303f3e5e6d7deb87a791aba512dbf1b9c59 (diff)
Medium -> Hugo exporting tool
Suggesting a simple yet powerful tool for people looking to export their Medium blog to Hugo
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/tools/migrations.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/en/tools/migrations.md b/docs/content/en/tools/migrations.md
index 7369b76da..9a48d1df0 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.