Drupal 8 — jekyll-import • Import your old & busted site to Jekyll

Drupal 8

Additional Dependencies

This importer requires the following additional libraries.

You may install the needed gems individually by running gem install GEM_NAME or install all of them with a single invocation:gem install mysql2 pg safe_yaml sequel

Invocation

Sample snippet to invoke the importer:

jekyll-import drupal8 --dbname DB --user USER --engine [mysql|postgresql] --password PW --host HOST --port PORT --prefix PREFIX --types TYPE1[,TYPE2[,TYPE3...]]
Highlighted row(s) in table above indicate required options.

By default, this will pull in nodes of type blog, story, and article. To specify custom types, you can use the types option when you run the importer to select node types.