Skip to content

The Jekyll import command for importing from various blogs to Jekyll format.

License

Notifications You must be signed in to change notification settings

purp/jekyll-import

 
 

Repository files navigation

jekyll-import

Build Status

The new Jekyll command for importing from various blogs to Jekyll format.

Note: migrators are now called importers and are only available if one installs the jekyll-import gem.

How jekyll-import works:

Jekyll v2.x

  1. Install the rubygem with gem install jekyll-import.
  2. Run jekyll import IMPORTER [options]

Jekyll v1.x

Launch IRB:

# 1. Require jekyll-import
irb> require 'jekyll-import'
# 2. Choose the importer you'd like to use.
irb> importer_class = "Behance" # an example, there are many others!
# 3. Run it!
irb> JekyllImport::Importers.const_get(importer_class).run(options_hash)

Documentation

jekyll-import has its own documentation site, found at http://import.jekyllrb.com. Dedicated documentation for each migrator is available there.

About

The Jekyll import command for importing from various blogs to Jekyll format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 77.5%
  • CSS 16.8%
  • HTML 5.7%