--- layout: null --- [ {% for post in site.posts %} { "title" : "{{ post.title | strip_html | strip_newlines | escape | titlecase }}", "category" : "{{ post.categories | join: ', ' }}", "tag" : "{{ post.tags | join: ', ' }}", "url" : "{{ site.url }}{{ post.url }}", "date" : "{{ post.date }}", "content" : "{{ post.content | strip_html | strip_newlines | escape }}" } {% unless forloop.last %},{% endunless %} {% endfor %} ]