Add note in doc about Jekyll import
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 25 Nov 2015 22:18:20 +0000 (23:18 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 25 Nov 2015 22:18:20 +0000 (23:18 +0100)
docs/content/tutorials/migrate-from-jekyll.md

index 0c121a3ba0d8be68642ed3d1403580a32cafa7d5..f736ee53a61834e1baaca6d8eda685374ea3722f 100644 (file)
@@ -11,6 +11,7 @@ title: Migrate to Hugo from Jekyll
 weight: 10
 ---
 
+**Note:** Hugo 0.15 comes with a `hugo import jekyll` command, see [import from Jekyll](/commands/hugo_import_jekyll/).
 ## Move static content to `static`
 Jekyll has a rule that any directory not starting with `_` will be copied as-is to the `_site` output. Hugo keeps all static content under `static`. You should therefore move it all there.
 With Jekyll, something that looked like