theshell.ch/site/search.json
bevilj dcb5ea0b2f code-review: internal code review 1
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@86 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-10 21:05:37 +00:00

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
]