Sha256: 942c2777410c4dc6af000e0cc374aa747085847f4b7e2bcd7a8d7d3101c01550

Contents?: true

Size: 564 Bytes

Versions: 9

Compression:

Stored size: 564 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

9 entries across 9 versions & 2 rubygems

Version Path
dark-minima-0.1.1 assets/json/search.json
dark-minima-0.1.0 assets/json/search.json
minima-rock-0.11.0 assets/json/search.json
minima-rock-0.10.0 assets/json/search.json
minima-rock-0.9.5 assets/json/search.json
minima-rock-0.9.4 assets/json/search.json
minima-rock-0.9.2 assets/json/search.json
minima-rock-0.9.1 assets/json/search.json
minima-rock-0.9.0 search.json