added feed.json

This commit is contained in:
Alex Corbi 2017-01-06 12:57:43 +01:00
parent 409a88a805
commit b86149d741
76 changed files with 1617 additions and 183 deletions

14
feed.json Normal file
View file

@ -0,0 +1,14 @@
---
layout: null
---
[{% for post in site.posts %}
{% for talk in post.talks %}
{
"title": "{{ talk.title }}",
"description": "{{ talk.description }}",
"artist": "{{ talk.artist }}",
"talk_video_url": "{{ talk.talk_video_url }}"
}{% if forloop.last == false %},{% endif %}
{% endfor %}
{% if forloop.last == false %},{% endif %}
{% endfor %}]