From c888a89f415b28ce5494a7fcd9015fe600eb1a34 Mon Sep 17 00:00:00 2001 From: mayx Date: Mon, 18 May 2026 15:24:55 +0000 Subject: Update 4 files - /_layouts/default.html - /_data/other_repo_list.csv - /_data/links.csv - /llms.txt --- llms.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'llms.txt') diff --git a/llms.txt b/llms.txt index 60e8492..78a0557 100644 --- a/llms.txt +++ b/llms.txt @@ -4,6 +4,11 @@ # {{ site.title }} > {{ site.description }} -## Posts: +## Site Info + +- [About Site](/README.html) +- [About Author](/humans.txt) + +## 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 | strip_newlines }}{% elsif post.excerpt %}{{ post.excerpt | strip_html | strip_newlines }}{% else %}Just a Post.{% endif %}{% endfor %} \ No newline at end of file -- cgit v1.2.3