From e077dfd65f52a3db935abef3d84448d397e366f5 Mon Sep 17 00:00:00 2001 From: Jijie Chen Date: Sat, 28 Apr 2018 17:17:34 +0800 Subject: [PATCH] Added documentation for a new migration tool: BlogMl2Hugo --- content/en/tools/migrations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/tools/migrations.md b/content/en/tools/migrations.md index ef4f169d3..737b6209b 100644 --- a/content/en/tools/migrations.md +++ b/content/en/tools/migrations.md @@ -70,3 +70,8 @@ Alternatively, you can use the new [Jekyll import command](/commands/hugo_import ## Contentful - [contentful2hugo](https://github.com/ArnoNuyts/contentful2hugo) - A tool to create content-files for Hugo from content on [Contentful](https://www.contentful.com/). + + +## BlogML + +- [BlogML2Hugo](https://github.com/jijiechen/BlogML2Hugo) - A tool that helps you convert BlogML xml file to Hugo markdown files. Users need to take care of links to attachments and images by themselves. This helps the blogs that export BlogML files (e.g. BlogEngine.NET) tramsform to hugo sites easily. \ No newline at end of file