--- layout: none --- [ {% for page in site.pages %} { {% if page.url != '/assets/search.json' and page.url != '/sitemap.xml' and page.url != '/robots.txt' %} "title" : "{% if page.url == '/' %}Main Page{% else %}{{ page.title | escape }}{% endif %}", "category" : "{{ page.category }}", "tags" : "{{ page.tags | join: ', ' }}", "url" : "{{ site.baseurl }}{{ page.url }}", "date" : "{{ page.date }}" {% endif %} } {% unless forloop.last %},{% endunless %} {% endfor %} ]