Files
blog/llms.txt
mayx f6b35814b1 Update 3 files
- /_data/other_repo_list.csv
- /humans.txt
- /llms.txt
2026-05-18 04:25:41 +00:00

10 lines
382 B
Plaintext

---
---
# {{ 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 %}