blob: 733b8052c4b4dbbff71fecf9156eb133219ab7c9 [file] [log] [blame]
---
title: search
layout: none
search: exclude
---
[
{% for page in site.pages %}
{% unless page.search == "exclude" %}
{
"title": "{{ page.title | escape }}",
"tags": "{{ page.tags }}",
"keywords": "{{page.keywords}}",
"url": "{{ page.url | prepend: '..' }}",
"summary": "{{page.summary}}"
},
{% endunless %}
{% endfor %}
null
]