mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Add note in doc about Jekyll import
This commit is contained in:
@@ -11,6 +11,7 @@ title: Migrate to Hugo from Jekyll
|
|||||||
weight: 10
|
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`
|
## 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.
|
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
|
With Jekyll, something that looked like
|
||||||
|
Reference in New Issue
Block a user