summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-25 23:18:20 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-25 23:18:20 +0100
commit26af48a596f942103c8eaf375635e9b580de9cc3 (patch)
treecbb00f3dd2fecc2e81701b2bcfb18e826f922442 /docs
parentf77a899ddd79dd379e122bfd7c310771af2f5cb1 (diff)
Add note in doc about Jekyll import
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tutorials/migrate-from-jekyll.md1
1 files changed, 1 insertions, 0 deletions
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