RSS

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 rss safe_yaml

Invocation

Sample snippet to invoke the importer:

jekyll-import rss --source NAME --tag NAME --extract_tags KEY --render_audio --canonical_link

Option <PARAM>Description
--source NAME

The RSS file or URL to import.

--tag NAME

Add a specific tag to all posts.

--extract_tags KEY

Copies tags from the given subfield on the RSS <item> to front matter.

Default:  null
--render_audio

Render <audio> element in posts for the enclosure URLs.

Default:  false
--canonical_link

Add original link as canonical_url to post front matter.

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

Note: tag and extract_tags are exclusive option, both can not be provided together.