mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
Sort repos by "sequence" key.
This commit is contained in:
parent
88789f98d2
commit
722301f9de
6 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/bos
|
||||
sequence: 3
|
||||
|
||||
title: BOS
|
||||
domain: apt.bossweden.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/eosio
|
||||
sequence: 2
|
||||
|
||||
title: EOSIO
|
||||
repo: eosio
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/main
|
||||
sequence: 1
|
||||
|
||||
title: Main
|
||||
repo: main
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/wax
|
||||
sequence: 4
|
||||
|
||||
title: WAX
|
||||
domain: apt.waxsweden.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/worbli
|
||||
sequence: 5
|
||||
|
||||
title: Worbli
|
||||
domain: apt.worblisweden.org
|
||||
|
|
|
|||
3
index.md
3
index.md
|
|
@ -28,7 +28,8 @@ Here is a list of different repositories we provide.
|
|||
|
||||
### Repositories
|
||||
|
||||
{% for repo in site.repos %}
|
||||
{% assign repos = site.repos | sort: 'sequence' %}
|
||||
{% for repo in repos %}
|
||||
* [{{ repo.title }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue