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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel F. Dickinson <dfdpublic@wildtechgarden.ca>2022-10-01 18:53:37 +0300
committerGitHub <noreply@github.com>2022-10-01 18:53:37 +0300
commit09a7a46ae5fd3b83cd3f0abb90e5b2217e3c5d28 (patch)
tree1240f1511817d502a63676e80f2d826e4d095d3d
parent347434cca16f3b0dda928581751e39c448c1de70 (diff)
Remove my defunct and little used migrator (#1824)
wpxr-to-static is not much used, and I have had recent reports that it does not work with current wordpress.com exports. As I have not needed to update the project myself and it is little used, I remove it from the Hugo documentation as I will be marking it archived and unmaintained. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
-rw-r--r--content/en/tools/migrations.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/en/tools/migrations.md b/content/en/tools/migrations.md
index 7009164eb..22f55d450 100644
--- a/content/en/tools/migrations.md
+++ b/content/en/tools/migrations.md
@@ -49,7 +49,6 @@ 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.)
- [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 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.
-- [wpxr-to-static](https://github.com/danielfdickinson/wpxr-to-static) - WordPress eXtended RSS to Static Generator Conversion, Python3 program to convert WordPress XML Export (WPXR) format files to Hugo Markdown files (with YAML metadata) and a `config.toml` for the site. Inspired by [exitwp-for-hugo](https://github.com/wooni005/exitwp-for-hugo) (a Python 2 \[EOL] script which works with the xml export from WordPress and converts WordPress pages and posts to Markdown and YAML for hugo).
## Medium