Sha256: 16351e20ca06d2ff13a910d7fed08a8fd20510a4a2bab2a3f7c8fea1a609cf96

Contents?: true

Size: 467 Bytes

Versions: 1

Compression:

Stored size: 467 Bytes

Contents

---
layout: none
---
[
  {% for post in site.posts %}
    {
      "tags"     : "{{ post.tags | join: ', ' }}",
      "title"    : {{ post.title | jsonify | strip_html }},
      "excerpt" : {{ post.excerpt | jsonify | strip_html }},
      "url"      : "{{ post.url }}",
      "date"     : "{{ post.date | date: "%b %-d, %Y" }}",
      "content"  : {{ post.content | jsonify | strip_html }}
    } {% unless forloop.last %},{% endunless %}
  {% endfor %}
]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minimaJake-1.0.4 assets/js/posts.json