Docs: extend the migration tool list and add a cross-reference in the start guide - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 833a396f6bc3f39a5ed27fdc415d5bf5ec00a686
(DIR) parent 60f7394bdcedb720ad5e045d25eaf336b4f4873e
(HTM) Author: digitalcraftsman <digitalcraftsman@users.noreply.github.com>
Date: Sat, 12 Sep 2015 19:46:01 +0200
Docs: extend the migration tool list and add a cross-reference in the start guide
Diffstat:
M docs/content/overview/quickstart.md | 3 +++
M docs/content/tools/index.md | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git 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
(DIR) diff --git 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