shithub: hugo

Download patch

ref: 1adf40355b715c117b07c3956cc4591a90db0624
parent: f0dbf2c88f456d64f89da146bc5bfeaa1b37ba47
author: JohnBlood <wohlschied@gmail.com>
date: Sat Apr 2 18:06:23 EDT 2016

docs: Add alternative for Wordpress import

I have had trouble getting the Wordpress to Hugo exporter working, so I
added this tip for others to take advantage of.

--- a/docs/content/tools/index.md
+++ b/docs/content/tools/index.md
@@ -30,7 +30,7 @@
 
 ### WordPress
 
-- [wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter) - A one-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Hugo.
+- [wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter) - A one-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Hugo. (Note: If you have trouble using this plugin, you can [export your site for Jekyll](https://wordpress.org/plugins/jekyll-exporter/) and use Hugo's built in Jekyll converter listed above.)
 
 ### Drupal
 
--