Sha256: f71c3d8fb2a3cfbccf79a278f73bebf179d721f6662a815495cbce447f821752

Contents?: true

Size: 1000 Bytes

Versions: 5

Compression:

Stored size: 1000 Bytes

Contents

# jekyll-import

[![Build Status](https://travis-ci.org/jekyll/jekyll-import.svg?branch=master)](https://travis-ci.org/jekyll/jekyll-import)

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 and higher

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

### Jekyll v1.x

Launch IRB:

```ruby
# 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](http://import.jekyllrb.com/docs/home/) is available there.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-import-0.13.0 README.markdown
jekyll-import-0.12.0 README.markdown
jekyll-import-0.11.0 README.markdown
jekyll-import-0.10.0 README.markdown
jekyll-import-0.9.0 README.markdown