diff options
Diffstat (limited to 'llms.txt')
| -rw-r--r-- | llms.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llms.txt b/llms.txt new file mode 100644 index 0000000..78a0557 --- /dev/null +++ b/llms.txt @@ -0,0 +1,14 @@ +--- +--- + +# {{ site.title }} +> {{ site.description }} + +## 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 |
