zytzagoo / wordpress-to-zola

Convert wordpress xml dump to zola static site generator markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordpress-to-zola

Wordress to Zola converter.

What & Why?

This is a small tool for generating sections and pages for [zola][] from wordress XML. If you want to move your blog from wordress to zola, this tool will do that for you.

How do I use it?

First you should go to your wordpress's /wp-admin/export.php and download XML file. Then you run cargo run -- ./input.xml ./output-dir which will make section directories with posts inside.

About

Convert wordpress xml dump to zola static site generator markdown files


Languages

Language:Rust 100.0%