--- permalink: /index.json --- [ {% for character in collections.characters %} { "title":"{{ character.data.title }}", "url":"{{ character.url }}", "content":"{% excerpt character %}" } {% if forloop.last == false %},{% endif %} {% endfor %} ]