jekyll-import

:inbox_tray: The "jekyll import" command for importing from various blogs to Jekyll format.

Github stars Tracking Chart

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

  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 https://import.jekyllrb.com.
Dedicated documentation for each migrator is available there.

Overview

Name With Ownerjekyll/jekyll-import
Primary LanguageRuby
Program languageRuby (Language Count: 2)
Platform
License:MIT License
Release Count38
Last Release Namev0.24.0 (Posted on 2024-02-19 23:28:32)
First Release Namev0.1.0.beta1 (Posted on )
Created At2013-01-30 20:46:46
Pushed At2024-03-29 10:30:06
Last Commit At2024-03-04 10:21:34
Stargazers Count509
Watchers Count44
Fork Count310
Commits Count1.1k
Has Issues Enabled
Issues Count204
Issue Open Count7
Pull Requests Count249
Pull Requests Open Count3
Pull Requests Close Count54
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top