--- layout: compress swcache: true --- [ {% for post in site.posts %} { "title": {{ post.title | jsonify }}, "url": {{ post.url | relative_url | jsonify }}, "categories": {{ post.categories | join: ', ' | jsonify }}, "tags": {{ post.tags | join: ', ' | jsonify }}, "date": {{ post.date | jsonify }}, "content": {% include post-description.html json=true %} }{% unless forloop.last %},{% endunless %} {% endfor %} ]