doc fix: migrations - wordpressdotcom command
The new paths are what just worked for me. Was frustrating figuring it out, figured I'd share.
This commit is contained in:
parent
8877d0db66
commit
98f8ee31e3
|
@ -55,8 +55,8 @@ Next, export your blog using the Wordpress export utility. Assuming that the
|
||||||
exported file is saved as `wordpress.xml`, here is the command you need to run:
|
exported file is saved as `wordpress.xml`, here is the command you need to run:
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
$ ruby -rubygems -e 'require "jekyll/migrators/wordpressdotcom";
|
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom";
|
||||||
Jekyll::WordpressDotCom.process("wordpress.xml")'
|
JekyllImport::WordpressDotCom.process("wordpress.xml")'
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<div class="note">
|
<div class="note">
|
||||||
|
|
Loading…
Reference in New Issue