diff --git a/ifttt.rss b/ifttt.rss new file mode 100644 index 0000000..0a6acb2 --- /dev/null +++ b/ifttt.rss @@ -0,0 +1,31 @@ +--- +layout: nil +title : Basspistol Feed +--- + + + + + + {{ site.name }} + + + {{ site.time | date: "%Y-%m-%dT%H:%M:%SZ" }} + {{ site.url }}/ + + {{ site.publisher.name }} + {{ site.publisher.email }} + + CC-BY-NC-SA {{ site.time | date: "%Y" }} - {{ site.publisher.name }}. Some rights reserved. + {% for post in site.posts limit:10 %} + + {{ post.title | xml_escape }} + + {{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }} + {{ post.last_modified_at | date_to_xmlschema }} + {{ site.url }}{{ post.id }} + + + {% endfor %} + + \ No newline at end of file diff --git a/rss.xml b/rss.xml index 6506e18..06ee68b 100644 --- a/rss.xml +++ b/rss.xml @@ -2,8 +2,8 @@ layout: nil title : The Basspistol RSS Feed --- - - + + {{ site.title | xml_escape }} @@ -20,24 +20,21 @@ title : The Basspistol RSS Feed {{ site.url }}{{ site.banner }} {{ site.title | xml_escape }} {{ site.url }} - 1024 - 1024 - {{ site.title }} + {{ site.publisher.mail }} yes {{ site.title | xml_escape }} info@basspitol.com - set@basspistol.com (Basspistol) + {{ site.publisher.mail }} Anti-Copyright 2018 {{ site.title }} {{ site.title }} - TV-14 - Daily + {% for post in site.posts %} {{ post.title | xml_escape }} @@ -45,13 +42,13 @@ title : The Basspistol RSS Feed {{ site.url }}{{ post.url }} <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %} Hi-Lights - {{ post.author | xml_escape }} + {{ site.publisher.mail }} {{ post.date | date_to_rfc822 }} - {{ post.artist | xml_escape }} + {{ site.publisher.mail | xml_escape }} No - {{ post.description | strip_html | truncate: 252 | xml_escape }} + {{ post.description | truncate: 252 | xml_escape }} {{ post.description | xml_escape }} - {% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %} + {% for tags in post.tags %}{{ tags | xml_escape | strip_html }}{% unless forloop.last %}, {% endunless %}{% endfor %} {% endfor %}