diff options
| author | mayx <mayx@outlook.com> | 2026-05-18 06:25:41 +0200 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-05-18 06:25:41 +0200 |
| commit | f6b35814b1a4cf1a7b4c10b4d24a12cc96f07423 (patch) | |
| tree | bfa95bf59a7304508f8f9a7300d263ccc611aa3e /llms.txt | |
| parent | fe26e4f6c30265cf0d43e1ded924ebbee80721e0 (diff) | |
Update 3 files
- /_data/other_repo_list.csv
- /humans.txt
- /llms.txt
Diffstat (limited to 'llms.txt')
| -rw-r--r-- | llms.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llms.txt b/llms.txt new file mode 100644 index 0000000..d0db157 --- /dev/null +++ b/llms.txt @@ -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 %}
\ No newline at end of file |
