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

This commit is contained in:
digitalcraftsman 2015-09-12 19:46:01 +02:00 committed by Bjørn Erik Pedersen
parent 60f7394bdc
commit 833a396f6b
2 changed files with 6 additions and 0 deletions

View file

@ -45,6 +45,9 @@ Currently the site doesnt 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

View 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