Sha256: ed2bab863573021b984f577dbd07203911da7cb396c90a01794fa652e79018fc

Contents?: true

Size: 503 Bytes

Versions: 6

Compression:

Stored size: 503 Bytes

Contents

---
layout: compress
swcache: true
---

[
  {% for post in site.posts %}
  {
    "title": {{ post.title | jsonify }},
    "url": {{ post.url | relative_url | jsonify }},
    "categories": {{ post.categories | join: ', ' | jsonify }},
    "tags": {{ post.tags | join: ', ' | jsonify }},
    "date": "{{ post.date }}",
    {% include no-linenos.html content=post.content %}
    "snippet": {{ content | strip_html | strip_newlines | jsonify }}
  }{% unless forloop.last %},{% endunless %}
  {% endfor %}
]

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jekyll-theme-chirpy-5.3.0 assets/js/data/search.json
jekyll-theme-abd3lraouf-5.2.9 assets/js/data/search.json
jekyll-theme-abd3lraouf-5.2.8 assets/js/data/search.json
jekyll-theme-abd3lraouf-5.2.7 assets/js/data/search.json
jekyll-theme-chirpy-5.2.1 assets/js/data/search.json
jekyll-theme-chirpy-5.2.0 assets/js/data/search.json