--- layout: null permalink: "/api/blog/metadata/index.json" pagination: enabled: false --- { "categories": [{% for category in site.categories %} { "title": "{{ category[0] }}" }{% if forloop.last != true %},{% endif %}{% endfor %} ], "tags": [{% for tag in site.tags %} { "title": "{{ tag[0] }}" }{% if forloop.last != true %},{% endif %}{% endfor %} ] }