From 26af48a596f942103c8eaf375635e9b580de9cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 25 Nov 2015 23:18:20 +0100 Subject: [PATCH] Add note in doc about Jekyll import --- docs/content/tutorials/migrate-from-jekyll.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/tutorials/migrate-from-jekyll.md b/docs/content/tutorials/migrate-from-jekyll.md index 0c121a3ba..f736ee53a 100644 --- a/docs/content/tutorials/migrate-from-jekyll.md +++ b/docs/content/tutorials/migrate-from-jekyll.md @@ -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