Sha256: 747c6f0dd387bd2c2af961c1f89af89ca3ccda6f6a3477637d485dadac802eae
Contents?: true
Size: 989 Bytes
Versions: 11
Compression:
Stored size: 989 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 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
11 entries across 11 versions & 1 rubygems