Fix params on JekyllImport::WordPress.process so it's using hash
This commit is contained in:
parent
30bce38ef2
commit
ab4fb89043
|
@ -85,7 +85,7 @@ authentication system:
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpress";
|
$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpress";
|
||||||
JekyllImport::WordPress.process("database", "user", "pass", "127.0.0.1")'
|
JekyllImport::WordPress.process({:host => "127.0.0.1", :dbname => "database", :user => "user", :pass => "pass"})'
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Further WordPress migration alternatives
|
### Further WordPress migration alternatives
|
||||||
|
|
Loading…
Reference in New Issue