shithub: hugo

Download patch

ref: 26af48a596f942103c8eaf375635e9b580de9cc3
parent: f77a899ddd79dd379e122bfd7c310771af2f5cb1
author: Bjørn Erik Pedersen <[email protected]>
date: Wed Nov 25 18:18:20 EST 2015

Add note in doc about Jekyll import

--- a/docs/content/tutorials/migrate-from-jekyll.md
+++ b/docs/content/tutorials/migrate-from-jekyll.md
@@ -11,6 +11,7 @@
 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