1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 05:11:50 +00:00
- /_data/other_repo_list.csv
- /humans.txt
- /llms.txt
هذا الالتزام موجود في:
mayx
2026-05-18 04:25:41 +00:00
الأصل fe26e4f6c3
التزام f6b35814b1
3 ملفات معدلة مع 79 إضافات و71 حذوفات

10
llms.txt Normal file
عرض الملف

@@ -0,0 +1,10 @@
---
---
# {{ site.title }}
> {{ site.description }}
## Posts:
{% for post in site.posts %}
- [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }}): {% assign ai_cache = site.data.ai-cache[post.url] %}{% if ai_cache %}{{ ai_cache | strip_html }}{% elsif post.excerpt %}{{ post.excerpt | strip_html }}{% else %}Just a Post.{% endif %}
{% endfor %}