jekyll-import

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

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者jekyll/jekyll-import
主編程語言Ruby
編程語言Ruby (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2013-01-30 20:46:46
推送於2025-01-21 01:18:16
最后一次提交2025-01-20 17:17:27
發布數39
最新版本名稱v0.25.0 (發布於 2025-01-20 17:17:42)
第一版名稱v0.1.0.beta1 (發布於 )
用户参与
星數545
關注者數45
派生數323
提交數1.1k
已啟用問題?
問題數210
打開的問題數8
拉請求數255
打開的拉請求數4
關閉的拉請求數54
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?