HMCL-docs/index.json
neveler a3feb2b7e3
All checks were successful
continuous-integration/drone/push Build is passing
使用内容摘要自动生成索引文件 (#274)
2025-12-05 15:14:57 +08:00

20 lines
482 B
JSON

---
layout: null
collections:
- name: launcher
title:
- name: modpack
title:
---
[
{%- for collection in page.collections -%}
{"title":"{{ collection.title }}","items":[
{%- for document in site[collection.name] -%}
{"title":"{{ document.title }}","subtitle":"{{ document.excerpt }}","url":"{{ document.url | absolute_url }}"}
{%- unless forloop.last %},{% endunless -%}
{%- endfor -%}
]}
{%- unless forloop.last %},{% endunless -%}
{%- endfor -%}
]