diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index 0690ef22a..202ddbaf2 100644 --- a/docs/content/overview/quickstart.md +++ b/docs/content/overview/quickstart.md @@ -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 diff --git a/docs/content/tools/index.md b/docs/content/tools/index.md index 9f0b4099d..b6918adeb 100644 --- a/docs/content/tools/index.md +++ b/docs/content/tools/index.md @@ -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