mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-07-21 07:13:21 +08:00
Update 3 files
- /_data/other_repo_list.csv - /humans.txt - /llms.txt
This commit is contained in:
+55
-71
File diff suppressed because it is too large
Load Diff
+14
@@ -0,0 +1,14 @@
|
||||
---
|
||||
---
|
||||
|
||||
/* AUTHOR */
|
||||
Name: Mayx
|
||||
Contact: mayx@outlook.com
|
||||
GitHub: Mabbs
|
||||
From: China
|
||||
|
||||
/* SITE */
|
||||
Last update: {{ site.time | date: "%F" }}
|
||||
Language: Chinese / English
|
||||
Doctype: HTML5
|
||||
IDE: VSCode
|
||||
@@ -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 %}
|
||||
Reference in New Issue
Block a user