hexojs / hexo-migrator-wordpress

WordPress migrator for Hexo.
http://hexo.io/docs/migration.html
MIT License
47 stars 30 forks source link

fix: import tags only for post.tags #81

Closed curbengh closed 4 years ago

curbengh commented 4 years ago

Fix https://github.com/hexojs/hexo-migrator-wordpress/issues/74 cc @jehy https://github.com/hexojs/hexo-migrator-wordpress/issues/54#issuecomment-662938947 Currently all tags and categories are imported as tags.


Add hexo-front-matter as devDep for easier parsing.

curbengh commented 4 years ago

categories to be supported in next PR.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.683% when pulling 12a750ec9206b75c6f59a52aa1219303da14b516 on curbengh:tags into cace81c3cd82de9740c3f9dded6fa3146e20b21e on hexojs:master.

curbengh commented 4 years ago

I'm merging this to bring up categories support in next PR.