Google Reader Importer

This importer depends on the following third-party gems:

  • rexml
  • 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 rexml safe_yaml

Invocation

Sample snippet to invoke the importer:

jekyll import googlereader --source

Option <PARAM>Description
--source

Source XML file of Google Reader export

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