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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?