An open API service indexing awesome lists of open source software.

https://github.com/shaform/wp2hugo

Tools to migrate from Wordpress.com to Hugo
https://github.com/shaform/wp2hugo

hugo python3 wordpress

Last synced: about 1 month ago
JSON representation

Tools to migrate from Wordpress.com to Hugo

Awesome Lists containing this project

README

          

wp2hugo
=======
Tools to migrate from Wordpress.com to Hugo

## Usage

1. Downnload all images.

```bash
python -m wp2hugo.download_images --input-file WORDPRESS_XML --output-dir HUGO_OUTPUT --name USER_NAME
```

2. Convert XML file.

```bash
python -m wp2hugo.wp2hugo --input-file WORDPRESS_XML --output-dir HUGO_OUTPUT
```