From 91d8efa22cf8143f57b6fa762e5fbf528e2cfddc Mon Sep 17 00:00:00 2001 From: Nikolay Antipov Date: Tue, 18 Feb 2020 16:40:39 +0100 Subject: [PATCH] Add another tool for migration from the Wordpress --- content/en/tools/migrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/tools/migrations.md b/content/en/tools/migrations.md index eca3cb31e..73d66a23a 100644 --- a/content/en/tools/migrations.md +++ b/content/en/tools/migrations.md @@ -49,6 +49,7 @@ Alternatively, you can use the new [Jekyll import command](/commands/hugo_import - [wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter) - A one-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Hugo. (Note: If you have trouble using this plugin, you can [export your site for Jekyll](https://wordpress.org/plugins/jekyll-exporter/) and use Hugo's built in Jekyll converter listed above.) - [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. +- [wordhugopress](https://github.com/nantipov/wordhugopress) - A Java utility, exports the entire Wordpress site from the database and resource (e.g. images) files stored locally or remotelly. Supports merging of the multiple Wordpress sites into a single Hugo one. ## Medium