mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-20 07:12:01 +00:00
- /_layouts/default.html - /_includes/live2d.html - /rss.xml - /search.json - /opensearch.xml - /index.html - /feed.json - /404.md
5 lines
420 B
JSON
5 lines
420 B
JSON
---
|
|
---
|
|
|
|
[{% for post in site.posts %}{% unless post.layout == "encrypt" %}{ "title": "{{ post.title | escape }}", "category": "{{ post.category }}", "tags": "{{ post.tags | join: ', ' }}", "url": "{{ site.baseurl }}{{ post.url }}", "date": "{{ post.date | date: "%Y/%m/%d" }}", "content": {{ post.content | strip_html | strip_newlines | jsonify }} }{% unless forloop.last %},{% endunless %}{% endunless %}{% endfor %}]
|