1
0
Fork 0
BangleApps/apps.json

14 lines
225 B
JSON
Raw Normal View History

---
---
{%- assign apps = site.static_files | where: "name", "metadata.json" -%}
[
{%- include_relative {{ apps.first.path }} -%}
{%- for app in apps offset:1 -%}
,{%- include_relative {{ app.path }} -%}
{%- endfor -%}
]