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.
- Host: GitHub
- URL: https://github.com/krypto-hashers-community/md-to-xml
- Owner: Krypto-Hashers-Community
- Created: 2025-04-28T01:55:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T13:25:41.000Z (about 1 year ago)
- Last Synced: 2025-06-02T07:43:02.158Z (about 1 year ago)
- Topics: content-management, converter, jekyll, markdown, static-site-generator, wordpress, xml
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```