From 4f8fd82ad150ad0ae35432af0631df3edae0fad4 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Mon, 25 Mar 2024 05:59:28 -0700 Subject: [PATCH] Add wp2hugo migration tool --- content/en/tools/migrations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/tools/migrations.md b/content/en/tools/migrations.md index 61768c5ea..3a2cdac35 100644 --- a/content/en/tools/migrations.md +++ b/content/en/tools/migrations.md @@ -48,6 +48,9 @@ Alternatively, you can use the [Jekyll import command](/commands/hugo_import_jek [wordhugopress](https://github.com/nantipov/wordhugopress) : A small utility written in Java, exports the entire WordPress site from the database and resource (e.g. images) files stored locally or remotely. Therefore, migration from the backup files is possible. Supports merging of the multiple WordPress sites into a single Hugo one. +[wp2hugo](https://github.com/ashishb/wp2hugo) +: A Go-based CLI tool to migrate WordPress website to Hugo while preserving original URLs, GUIDs (for feeds), image URLs, code highlights, table of contents, YouTube embeds, Google Maps embeds, and original WordPress navigation categories. + ## Medium [medium2md](https://github.com/gautamdhameja/medium-2-md)