Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 609 Bytes

File metadata and controls

25 lines (19 loc) · 609 Bytes
doc_order 3

You should now be all set to run the importers with the following incantation:

{% highlight bash %} $ ruby -r rubygems -e 'require "jekyll-import"; JekyllImport::Importers::MyImporter.run({ # options for this importer })' {% endhighlight %}

Where MyImporter is the name of the specific importer.

Note: Always double-check migrated content

Importers may not distinguish between published or private posts, so
you should always check that the content Jekyll generates for you appears as
you intended.