wordpress2jekyll
v1.0.0
Published
Convert Wordpress blog to Jekyll format.
Downloads
4
Maintainers
Readme
Wordpress to Jekyll
This tool allow you to export almost all of your posts and pages contents (including comments) from a WordPress blog, to be used on Jekyll with Staticman (v2).
Install
npm i wordpress2jekyll -g
Usage
First, emport all data from WordPress with the built-in export tool (Tool > Export), then launch this command:
wp2jekyll {{ xml file }} {{ folder for comments }}
Example:
wp2jekyll myblog.xml /my/folder
Licence
MIT