PluXml Importer
This importer depends on the following third-party gems:
- nokogiri
- safe_yaml
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 |
Default: false |
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.