Exporting all your WordPress posts to Markdown with metadata.
Steps to success:
- Go to your WordPress website, probably log in as the admin
- Go to
Tools
>Export
and export all posts and pages, this gives you an XML file - Install this Node code with
npm install -g noddity-wordpress-export
- Run this with
noddity-wordpress-export /path/to/export.xml
- Look in the file
output.zip
for your Markdown files and media files
Now you can use something like Noddity to run your blog!