From: Bjørn Erik Pedersen Date: Wed, 25 Nov 2015 22:18:20 +0000 (+0100) Subject: Add note in doc about Jekyll import X-Git-Tag: v0.16~578 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26af48a5;p=brevno-suite%2Fhugo Add note in doc about Jekyll import --- diff --git a/docs/content/tutorials/migrate-from-jekyll.md b/docs/content/tutorials/migrate-from-jekyll.md index 0c121a3b..f736ee53 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