Update 3 files

- /_data/other_repo_list.csv
- /humans.txt
- /llms.txt
This commit is contained in:
mayx
2026-05-18 04:25:41 +00:00
parent fe26e4f6c3
commit f6b35814b1
3 changed files with 79 additions and 71 deletions

10
llms.txt Normal file
View 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 %}