You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
301 B
14 lines
301 B
---
|
|
layout: empty
|
|
---
|
|
|
|
{% capture json %}{
|
|
{% for page in site.pages %}
|
|
"{{ page.url }}": {
|
|
"title": "{{ page.title }}",
|
|
"description": "{{ page.description }}",
|
|
"url": "{{ page.url }}"
|
|
}{% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
}{% endcapture %}
|
|
{{ json | json_format }}
|