Compare commits

...

5 Commits

Author SHA1 Message Date
sofar c2e17005ed
Update Gemfile.lock 2020-01-07 10:13:39 -08:00
Auke Kok 70008fa72b Update Gemfile. 2019-03-02 11:41:09 -08:00
Auke Kok 0ab1e5d8cf Update Gemfile. 2019-03-02 11:40:04 -08:00
rubenwardy ab74c3cb85 Trigger rebuild 2017-10-01 14:44:21 +01:00
rubenwardy 442ff0a9b1 Add mods.json 2016-08-06 00:29:37 +01:00
3 changed files with 17 additions and 4 deletions

View File

@ -23,7 +23,7 @@ GEM
github-pages (90)
activesupport (= 4.2.7)
github-pages-health-check (= 1.1.2)
jekyll (= 3.1.6)
jekyll (= 3.6.3)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.5.1)
jekyll-gist (= 1.4.0)
@ -49,7 +49,7 @@ GEM
typhoeus (~> 0.7)
html-pipeline (2.4.2)
activesupport (>= 2)
nokogiri (>= 1.4)
nokogiri (>= 1.10.4)
i18n (0.7.0)
jekyll (3.1.6)
colorator (~> 0.1)
@ -97,7 +97,7 @@ GEM
minitest (5.9.0)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.6.8)
nokogiri (1.10.4)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
octokit (4.3.0)
@ -106,7 +106,7 @@ GEM
public_suffix (1.5.3)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
ffi (>= 1.9.24)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)

View File

@ -2,4 +2,5 @@ gems:
- github-pages
- jekyll-coffeescript
- jekyll-paginate
organization: minetest-mods

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 %}
]