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
- Host: GitHub
- URL: https://github.com/shaform/wp2hugo
- Owner: shaform
- License: gpl-3.0
- Created: 2018-07-10T14:21:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T04:44:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T08:22:35.105Z (over 1 year ago)
- Topics: hugo, python3, wordpress
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```