Add note in doc about Jekyll import

This commit is contained in:
Bjørn Erik Pedersen 2015-11-25 23:18:20 +01:00
parent f77a899ddd
commit 26af48a596

View 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