From f42d6f40d8fb3724ba67d5cbbe7ab3dae8019e66 Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Tue, 27 Aug 2019 17:41:01 +0200 Subject: [PATCH] adding my own feed magic --- _config.yml | 1 - rss.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 rss.xml diff --git a/_config.yml b/_config.yml index 131af5b..dc54a6f 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,6 @@ social: plugins: - jekyll-sitemap - jekyll-seo-tag - - jekyll-feed - jekyll-paginate-v2 ### Plugin settings: diff --git a/rss.xml b/rss.xml new file mode 100644 index 0000000..894a688 --- /dev/null +++ b/rss.xml @@ -0,0 +1,64 @@ +--- +title : The Sakrecoer RSS Feed +layout: null +--- + + + + + + + + {{ site.title }} + {{ site.description }} + {{ site.url }} + en-us + Creative Commons CC-BY-SA + {{ site.time | date_to_xmlschema }} + {{ site.time | date_to_xmlschema }} + http://blogs.law.harvard.edu/tech/rss + {{ site.author.email }} + + {{ site.author.name }} + {{ site.description | xml_escape }} + This podcast is the a conveniant way to recieve the latest Sakrecoer Hit. There is mostely tunes and tracks, but might eventualy contain other types of audio data. + + + {{ site.author.name }} + {{ site.author.email }} + + +No + + + + + + + +{% for post in site.tracks %} + + +{{ post.title }} +{{ site.url }}{{ post.url }}?ref=rss +{{ post.uid }} + <img src="{{ post.image }}" /> {{ post.content | xml_escape }} + +Podcasts +{{ post.date | date_to_xmlschema }} + +Sakrecoer + +No +{{ post.content | xml_escape }} +{{ post.content | xml_escape }} +{{ post.tag | xml_escape }} + + + + +{% endfor %} + + + +