2026-05-18 12:25:41 +08:00
|
|
|
---
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# {{ site.title }}
|
|
|
|
|
> {{ site.description }}
|
|
|
|
|
|
2026-05-18 23:24:55 +08:00
|
|
|
## Site Info
|
|
|
|
|
|
|
|
|
|
- [About Site](/README.html)
|
|
|
|
|
- [About Author](/humans.txt)
|
|
|
|
|
|
|
|
|
|
## Posts
|
2026-05-18 12:25:41 +08:00
|
|
|
{% for post in site.posts %}
|
2026-05-18 13:08:37 +08:00
|
|
|
- [{{ 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 %}
|