Skip to content

Instantly share code, notes, and snippets.

@iltempe
Created August 7, 2017 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iltempe/3bc085abcd82782abdb2d883190f08eb to your computer and use it in GitHub Desktop.
Save iltempe/3bc085abcd82782abdb2d883190f08eb to your computer and use it in GitHub Desktop.
---
layout: nil
---
[
{% for post in site.posts %}
{
"title" : "{{ post.title }}",
"url" : "{{ post.url }}",
"date" : "{{ post.date | date: "%B %d, %Y" }}",
"content" : "{{ post.content | escape }}"
} {% if forloop.last %}{% else %},{% endif %}
{% endfor %}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment