aboutsummaryrefslogtreecommitdiff
path: root/docs/search.json
blob: a31fc7334c5ddd1e4b26d8199bc7f41c605f75c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Leave it empty to compile
---

[
    {% for page in site.pages %}
        {
            "title" : "{{ page.title | escape }}",
            "url"   : "{{ site.baseurl }}{{ page.url }}",
            "date"  : "{{ page.date }}"
        } {% unless forloop.last %},{% endunless %}
    {% endfor %}
]