Last active
December 25, 2015 20:19
-
-
Save mersy/7033839 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: none | |
--- | |
{"items":[ | |
{% for post in site.posts %}{"title":"{{ post.title }}", | |
"url":"{{ post.url }}", | |
"date":"{{ post.date | date_to_string }}", | |
"body":"{{ post.content | strip_html | xml_escape | strip_newlines }}"}{% unless forloop.last %},{% endunless %}{% endfor %} | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment