An open API service indexing awesome lists of open source software.

https://github.com/krypto-hashers-community/md-to-xml

MD-TO-XML is a tool that converts a folder of markdown files (from Jekyll, Hexo, Eleventy, etc.) into a WordPress-compatible XML import file. This makes it easy to migrate or import your markdown-based blog content into WordPress using the standard importer.
https://github.com/krypto-hashers-community/md-to-xml

content-management converter jekyll markdown static-site-generator wordpress xml

Last synced: 12 months ago
JSON representation

MD-TO-XML is a tool that converts a folder of markdown files (from Jekyll, Hexo, Eleventy, etc.) into a WordPress-compatible XML import file. This makes it easy to migrate or import your markdown-based blog content into WordPress using the standard importer.

Awesome Lists containing this project

README

          

# Markdown to WordPress XML

Convert a folder of markdown files (in Jekyll/hexo/eleventy style) to a
WordPress XML import file.

This should produce a valid XML file that you can import into WordPress using
the importer in Tools 👉 Import 👉 Wordpress.

Good luck!

```
node index.js --input /path/to/markdowns
```