1.0.0 • Published 6 years ago

wordpress2jekyll v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Wordpress to Jekyll

NPM Version travis xo

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.

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