Sha256: 00f2a31def9bacc5fd3b3d94b61bb42937497e75b297f789a56dc510c90d32e5
Contents?: true
Size: 1.53 KB
Versions: 5
Compression:
Stored size: 1.53 KB
Contents
--- layout: none permalink: /feed.xml --- <?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" > <channel> <title xml:lang="en">{{ site.title }}</title> <atom:link type="application/atom+xml" href="http://import.jekyllrb.com/feed.xml" rel="self"/> <link>http://import.jekyllrb.com</link> <pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate> <lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate> <language>en-US</language> <description>Import your old & busted site to Jekyll, a blog-aware static site generator.</description> {% for post in site.posts %} <item> <title>{{ post.title | xml_escape}}</title> <link>http://import.jekyllrb.com{{ post.url }}</link> <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate> <dc:creator>{{ post.author }}</dc:creator> {% for tag in post.tags %}<category>{{ tag | xml_escape }}</category> {% endfor %}{% for cat in post.categories %}<category>{{ cat | xml_escape }}</category> {% endfor %}<guid isPermaLink="false">{{ post.id }}</guid> <description><![CDATA[ {{ post.content }} ]]></description> </item> {% endfor %} </channel> </rss>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.4.0 | site/feed.xml |
jekyll-import-0.3.0 | site/feed.xml |
jekyll-import-0.2.0 | site/feed.xml |
jekyll-import-0.1.0 | site/feed.xml |
jekyll-import-0.1.0.rc1 | site/feed.xml |