theshell.ch/site/search.json

20 lines
410 B
JSON

---
layout: null
category: nosearch
author: Claudio Maggioni
---
[
{% for page in site.pages %}
{% if page.category != "nosearch" %}
{
"title" : "{{ page.title | escape }}",
"tags" : "{{ page.tags | join: ', ' }}",
"url" : "{{ page.baseurl }}{{ page.url }}",
"date" : "{{ page.date }}",
"category": "{{ page.category-title }}"
},
{% endif %}
{% endfor %}
null
]