notes/search-data.json

12 lines
420 B
JSON
Raw Normal View History

2017-03-09 18:16:08 +00:00
---
---
2017-03-24 13:47:37 +00:00
{
2017-04-08 22:51:14 +00:00
{% for page in site.html_pages %}"{{ forloop.index0 }}": {
2017-06-04 21:50:01 +00:00
"id": "{{ forloop.index0 }}",
"title": "{{ page.title | xml_escape }}",
"content": "{{ page.content | markdownify | strip_html | xml_escape | remove: 'Table of contents' | remove: page.title | strip_newlines | replace: '\', ' '}}",
"url": "{{ page.url | xml_escape }}"
}{% if forloop.last %}{% else %},
{% endif %}{% endfor %}
2017-03-24 13:47:37 +00:00
}