1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 06:21:51 +00:00

Restore deleted repositories

هذا الالتزام موجود في:
mayx
2022-01-04 20:42:55 +08:00
التزام f4aa957c53
132 ملفات معدلة مع 9570 إضافات و0 حذوفات

14
search.json Normal file
عرض الملف

@@ -0,0 +1,14 @@
---
---
[
{% 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 %}
]