Ari Stathopoulos

Web Developer, Accessibility & Sustainability evangelist, Human.

json

{"homepage":"{{ site.production_url }}","name":"{{ site.title }}","description":"{{ site.tagline }}","author":"{{ site.author.name }}","posts":[{% for post in site.posts %}{% if post.doNotIndex != true %}{"url":"{{ site.production_url }}{{ post.url }}","title":"{{ post.title }}","id": "{{ post.id }}","published_on":"{{ post.date | date: "%-d %B %Y" }}"}{% if forloop.rindex0 > 0 %},{% endif %}{% endif %}{% endfor %}]}