mirror of
https://github.com/kaka111222333/kaka111222333.github.io.git
synced 2025-12-16 23:09:53 +08:00
14 lines
370 B
JSON
14 lines
370 B
JSON
---
|
|
layout: null
|
|
---
|
|
[
|
|
{% for post in site.posts %}
|
|
{
|
|
"title" : "{{ post.title | escape }}",
|
|
"category" : "{{ post.category }}",
|
|
"tags" : "{{ post.tags | join: ', ' }}",
|
|
"url" : "{{ site.baseurl }}{{ post.url }}",
|
|
"date" : "{{ post.date }}"
|
|
} {% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
] |