Sha256: 867526a6d41f0df3bef6f361c06f1fd68488fae884e7cf16ad7cb42eda71b6c9

Contents?: true

Size: 856 Bytes

Versions: 29

Compression:

Stored size: 856 Bytes

Contents

---
permalink: /assets/search_data.json
---
[
{% capture nooutput %}
The increment command outputs the current value of the counter,
so we ignore output by surrounding all increment statements in
capture groups.

{% increment i %}
{% increment page_count %}
{% assign pages = site.html_pages | concat: site.posts | where: "noindex", nil %}

{% for pg in pages %}
    {% increment page_count %}
{% endfor %}
{% endcapture %}
{% for current_page in pages %}
    {
        "title": {{ current_page.title | jsonify }},
        "url": {{ current_page.url | absolute_url | jsonify }},
        "content": {{ current_page.content | jsonify }}
    {% capture nooutput %}
    {% increment i %}
    {% endcapture %}
    {% if i == page_count %}
        }
    {% else %}
        },
    {% endif %}
{% endfor %}
]

{% comment %}
 vim: set syntax=off :
{% endcomment %}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hematite-0.1.18 assets/search_data.json
hematite-0.1.17 assets/search_data.json
hematite-0.1.16 assets/search_data.json
hematite-0.1.15 assets/search_data.json
hematite-0.1.14 assets/search_data.json
hematite-0.1.13 assets/search_data.json
hematite-0.1.12 assets/search_data.json
hematite-0.1.11 assets/search_data.json
hematite-0.1.10 assets/search_data.json
hematite-0.1.9 assets/search_data.json
hematite-0.1.8 assets/search_data.json
hematite-0.1.7 assets/search_data.json
hematite-0.1.6 assets/search_data.json
hematite-0.1.5 assets/search_data.json
hematite-0.1.4 assets/search_data.json
hematite-0.1.3 assets/search_data.json
hematite-0.1.2 assets/search_data.json
hematite-0.0.12 assets/search_data.json
hematite-0.0.11 assets/search_data.json
hematite-0.0.10 assets/search_data.json