Docs: extend the migration tool list and add a cross-reference in the start guide
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Sat, 12 Sep 2015 17:46:01 +0000 (19:46 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 12 Sep 2015 19:51:35 +0000 (21:51 +0200)
docs/content/overview/quickstart.md
docs/content/tools/index.md

index 0690ef22a8e192befcd93e1ce77f14806303c101..202ddbaf20a7a931a90f93fafbe50a3c66e7e9ce 100644 (file)
@@ -45,6 +45,9 @@ Currently the site doesn’t have any content, nor is it configured.
 
 ## 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
index 9f0b4099d06ad214897a6b69a262fff94c82827a..b6918adeb9e3a658f570fd34c04103569688af52 100644 (file)
@@ -21,6 +21,9 @@ Alternatively you can follow the manual [migration guide]({{< relref "tutorials/
 - [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