0.1.2 • Published 8 years ago

noddity-wordpress-export v0.1.2

Weekly downloads
8
License
-
Repository
github
Last release
8 years ago

noddity-wordpress-export

Exporting all your WordPress posts to Markdown with metadata.

Steps to success:

  1. Go to your WordPress website, probably log in as the admin
  2. Go to Tools > Export and export all posts and pages, this gives you an XML file
  3. Install this Node code with npm install -g noddity-wordpress-export
  4. Run this with noddity-wordpress-export /path/to/export.xml
  5. Look in the file output.zip for your Markdown files and media files

Now you can use something like Noddity to run your blog!