From 92500629756e5c6b5229c7a46984817da01a99e7 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Fri, 26 Oct 2018 16:07:22 -0400 Subject: [PATCH] Readme tweaks --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0373cd6..e1ea177 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,14 @@ Converts a WordPress export XML file into Markdown files. -Saves each post as a separate file with appropriate frontmatter. Also saves attached images and (optionally) any additional images found in post body content. Posts and images can be saved into a variety of folder structures. - -## Why? - This is useful if you want to migrate from WordPress to a static site generator such as [Gatsby](https://www.gatsbyjs.org/) or [Hugo](https://gohugo.io/), among others. +Saves each post as a separate file with appropriate frontmatter. Also saves attached images and (optionally) any additional images found in post body content. Posts and images can be saved into a variety of folder structures. + ## Quick Start You just need two things to get started: -- Node v10.12 or later +- [Node.js](https://nodejs.org/) v10.12 or later - Your WordPress export file - Log into your WordPress admin site and go to Tools > Export > Download Export File - Save the file as `export.xml` inside this package's directory