shithub: hugo

Download patch

ref: 833a396f6bc3f39a5ed27fdc415d5bf5ec00a686
parent: 60f7394bdcedb720ad5e045d25eaf336b4f4873e
author: digitalcraftsman <[email protected]>
date: Sat Sep 12 15:46:01 EDT 2015

Docs: extend the migration tool list and add a cross-reference in the start guide

--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -45,6 +45,9 @@
 
 ## Step 3. Create Some Content
 
+> If you used a different blogging platform such as Jekyll, Ghost or Wordpress and you
+want convert your content, take a look at this list of [ migration tools]({{< relref "tools/index.md#migration-tools" >}}).
+
 Hugo also has the ability to create a skeleton content page:
 
     $ hugo new about.md
--- a/docs/content/tools/index.md
+++ b/docs/content/tools/index.md
@@ -21,6 +21,9 @@
 - [JekyllToHugo](https://github.com/SenjinDarashiva/JekyllToHugo) - A Small script for converting Jekyll blog posts to a Hugo site.
 - [ConvertToHugo](https://github.com/coderzh/ConvertToHugo) - Convert your blog from Jekyll to Hugo.
 
+### Ghost
+
+- [ghostToHugo](https://github.com/jbarone/ghostToHugo) - Convert Ghost blog posts and export them to Hugo.
 
 ### Octopress