mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Docs: extend the migration tool list and add a cross-reference in the start guide
This commit is contained in:
parent
60f7394bdc
commit
833a396f6b
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue