Sha256: 4244c880109153656a7e76743b3869174ab20066c88bce6f19e7a9aa3c8e4cfb
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# jekyll-import [](https://rubygems.org/gems/jekyll-import) [](https://github.com/jekyll/jekyll-import/actions/workflows/ci.yml) 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 https://import.jekyllrb.com. Dedicated [documentation for each migrator](https://import.jekyllrb.com/docs/home/) is available there.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.25.0 | README.markdown |
jekyll-import-0.24.0 | README.markdown |
jekyll-import-0.23.0 | README.markdown |