Add mods.json
This commit is contained in:
parent
abf5b400b3
commit
442ff0a9b1
12
mods.json
Normal file
12
mods.json
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: none
|
||||
---
|
||||
|
||||
[{% for repository in site.github.public_repositories %}{% if repository.name != "minetest-mods.github.io" %}{% if co %},{% endif %}
|
||||
{
|
||||
"name": "{{ repository.name }}",
|
||||
"description": "{{ repository.description | replace:'"','\\"' }}",
|
||||
"repo": "{{ repository.html_url }}",
|
||||
"download": "{{ repository.html_url }}/archive/master.zip"
|
||||
}{% endif %}{% assign co = true %}{% endfor %}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user