Sha256: 1fda4fb0405b6f91bde5f7e98b8c2a3bfddcc01413ad0130bedb37711c3bdc36

Contents?: true

Size: 423 Bytes

Versions: 5

Compression:

Stored size: 423 Bytes

Contents

---
layout: docs
title: RSS
prev_section: posterous
link_source:  rss
next_section: s9y
permalink: /docs/rss/
---

To import your posts from an RSS feed (local or remote), run:

{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::RSS.run({
      "source" => "my_file.xml"
    })'
{% endhighlight %}

The `source` field is required and can be either a local file or a remote one.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-import-0.4.0 site/docs/rss.md
jekyll-import-0.3.0 site/docs/rss.md
jekyll-import-0.2.0 site/docs/rss.md
jekyll-import-0.1.0 site/docs/rss.md
jekyll-import-0.1.0.rc1 site/docs/rss.md