You can now use a full export tool (Including posts, pages & comments) with this tool.
This little import tool allow to imports comments from a WordPress blog, to be used on Jekyll with Staticman (v2).
npm i wordpress-comments-jekyll-staticman -g
First, import your comments from WordPress with the built-in export tool, then launch this command:
wp2sm {{ xml file }} {{ folder for comments }}
Example:
wp2sm comments.xml /my/folder
Theses settings are used on the app, and was made to work with this kind of themes.
You can paste this fields to your staticman.yml
file:
staticman:
allowedFields : ['name', 'email', 'url', 'message']
filename : comment-{@timestamp}
format : "yml"
path : "/_data/comments/{options.slug}"
MIT