1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +01:00
blog/_src/api/site.json
Matthias Kretschmann d504173527
kremalicious as a service
- output all posts with all metadata as json
2016-05-02 01:20:22 +02:00

11 lines
187 B
JSON

---
layout: null
---
[
{
"name" : "{{ site.name }}",
"description" : "{{ site.description | xml_escape }}",
"url" : "{{ site.url }}"
}
]