Sha256: 9ae53e2ba09afbd0c9c2639bb5aba2ae8f34472a09f5ba28ea3eb8d6d3ebf32a

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 Bytes

Contents

---
---
[
  {% for post in site.posts %}
    {
    
      "title"       : "{{ post.title | escape }}",
      "url"         : "{{ site.baseurl }}{{ post.url }}",
      "categories"  : "{{ post.categories | join: ', ' }}",
      "tags"        : "{{ post.tags | join: ', ' }}",
      "date"        : "{{ post.date }}",
      "discription" : "{{ post.description | strip_html | strip_newlines | escape }}",
      "excerpt"     : "{{ post.excerpt | strip_html | strip_newlines | escape }}"
    } {% unless forloop.last %},{% endunless %}
  {% endfor %}
]

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
nightmare-0.1.0 assets/json/search.json
minima-rock-0.9.3 assets/json/search.json