Add mods.json

master
rubenwardy 2016-08-06 00:20:52 +01:00
parent abf5b400b3
commit 442ff0a9b1
1 changed files with 12 additions and 0 deletions

12
mods.json Normal file
View 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 %}
]