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.

Main metrics

Overview
Name With Ownerjekyll/jekyll-import
Primary LanguageRuby
Program languageRuby (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2013-01-30 20:46:46
Pushed At2025-01-21 01:18:16
Last Commit At2025-01-20 17:17:27
Release Count39
Last Release Namev0.25.0 (Posted on 2025-01-20 17:17:42)
First Release Namev0.1.0.beta1 (Posted on )
用户参与
Stargazers Count545
Watchers Count45
Fork Count323
Commits Count1.1k
Has Issues Enabled
Issues Count210
Issue Open Count8
Pull Requests Count255
Pull Requests Open Count4
Pull Requests Close Count54
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private