reenable RSS file
This commit is contained in:
parent
be9d55beae
commit
35f082261e
1 changed files with 0 additions and 0 deletions
42
rss.xml
Normal file
42
rss.xml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
layout: nil
|
||||
title : The Basspistol RSS Feed
|
||||
---
|
||||
<?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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
|
||||
|
||||
<channel>
|
||||
<title>{{ site.title | xml_escape }}</title>
|
||||
<atom:link href="{{ site.url }}/rss.xml" rel="self" type="application/rss+xml" />
|
||||
<link>{{ site.url }}</link>
|
||||
<description>{{ site.description | xml_escape }}</description>
|
||||
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<sy:updatePeriod>hourly</sy:updatePeriod>
|
||||
<sy:updateFrequency>1</sy:updateFrequency>
|
||||
<generator>https://jekyllrb.com/</generator>
|
||||
<image>
|
||||
<url>{{ site.url }}/siteicon.png</url>
|
||||
<title>{{ site.title | xml_escape }}</title>
|
||||
<link>{{ site.url }}</link>
|
||||
</image>
|
||||
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name }})</managingEditor>
|
||||
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
||||
|
||||
|
||||
{% for post in site.posts limit: 7 %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
<link>{{ site.url }}{{ post.url }}?pk_campaign=rss</link>
|
||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||
<description>{{ post.description | truncate: 200 | xml_escape }}</description>
|
||||
<category>Hi-Lights</category>
|
||||
<author>{{ site.publisher.mail | xml_escape }} ({{ site.publisher.name }})</author>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
<enclosure url="{{ site.url }}{{ post.image }}" type="image/jpeg"/>
|
||||
<media:thumbnail url="{{ site.url }}{{ post.image }}"/>
|
||||
<media:content medium="image" url="{{ site.url }}{{ post.image }}"/>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue