PluXML
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 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 |
Highlighted row(s) in table above indicate required options.
The avoid_liquid
field is optional, it will add render_with_liquid: false
option in the header of each file. Usefull if you have à lot of source code to show to your visitors.