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 %} + + + +