PluXml Importer

This importer depends on the following third-party gems:

  • nokogiri
  • safe_yaml
You may either install the gem(s) individually by running a command with syntax gem install GEM_NAME or install the required gems in a batch by running the following snippet:
gem install nokogiri safe_yaml

Invocation

Sample snippet to invoke the importer:

jekyll import pluxml --source NAME --layout NAME --avoid_liquid

Option <PARAM>Description
--source NAME

The PluXml data directory to import.

--layout NAME

The layout to apply.

Default: 'post'
--avoid_liquid

Will add render_with_liquid: false in front matter.

Default: false
Highlighted row(s) in table above indicate required options.

The --avoid_liquid will disable rendering of each file with Liquid. Useful if you have a lot of source code to show to your visitors.