wordpress-comments-jekyll-staticman
v1.1.1
Published
Convert Wordpress comment into Jekyll for Staticman.
Downloads
15
Maintainers
Readme
wordpress-comments-jekyll-staticman
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).
Install
npm i wordpress-comments-jekyll-staticman -g
Usage
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
Staticman settings
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}"
Licence
MIT