Sha256: ca4b48cbc778c9f471965c52270f0a518430778989fb613462e807fabefc21a3

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

---
layout: null
permalink: /search.json/
---
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
[
  {% for post in site.posts %}
    {
      "title"    : "{{ post.title | escape }}",
      "content"  : "{{ post.content | slugify }}",
      "category" : "{{ post.category }}",
      "tags"     : "{{ post.tags | join: ', ' }}",
      "url"      : "{{ post.url | relative_url }}",
      "date"     : "{{ post.date | date: date_format }}"
    } {% unless forloop.last %},{% endunless %}
  {% endfor %}
]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-readthedocs-0.2.1 assets/search.json