mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
repos: fixing the variables and template abit.
This commit is contained in:
parent
6da4ad9b80
commit
88789f98d2
7 changed files with 23 additions and 14 deletions
|
|
@ -2,10 +2,11 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
{% assign repo = page.name %}
|
||||
{% assign domain = page.domain | default: site.apt.domain %}
|
||||
{% assign repo = page.repo %}
|
||||
{% assign list = site.data.index[repo].bionic %}
|
||||
|
||||
<h2>{{ page.title }}</h2>
|
||||
<h2>{{ page.title }} Repository</h2>
|
||||
|
||||
<p>{{ page.description }}</p>
|
||||
|
||||
|
|
@ -15,7 +16,7 @@ layout: default
|
|||
|
||||
{% if list[component].size > 0 %}
|
||||
|
||||
{% include apt-add.html domain=repo repo=repo components=component %}
|
||||
{% include apt-add.html domain=domain repo=repo components=component %}
|
||||
|
||||
<table class="d-lg-table">
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/bos
|
||||
name: bos
|
||||
title: BOS Repository
|
||||
|
||||
title: BOS
|
||||
domain: apt.bossweden.org
|
||||
repo: bos
|
||||
description: BOS Chain port of EOSIO and related software.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/eosio
|
||||
name: eosio
|
||||
title: EOSIO repository
|
||||
|
||||
title: EOSIO
|
||||
repo: eosio
|
||||
description: EOS related software
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/main
|
||||
name: main
|
||||
title: Main repository
|
||||
|
||||
title: Main
|
||||
repo: main
|
||||
description: Releases of Sw/eden own software.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/wax
|
||||
name: wax
|
||||
title: WAX Repository
|
||||
|
||||
title: WAX
|
||||
domain: apt.waxsweden.org
|
||||
repo: wax
|
||||
description: WAX Chain port of EOSIO and related software.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: repo
|
||||
permalink: /r/worbli
|
||||
name: worbli
|
||||
title: Worbli Repository
|
||||
|
||||
title: Worbli
|
||||
domain: apt.worblisweden.org
|
||||
repo: worbli
|
||||
description: Worbli Chain port of EOSIO and related software.
|
||||
---
|
||||
|
|
|
|||
2
index.md
2
index.md
|
|
@ -29,7 +29,7 @@ Here is a list of different repositories we provide.
|
|||
### Repositories
|
||||
|
||||
{% for repo in site.repos %}
|
||||
* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||
* [{{ repo.title }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||
{% endfor %}
|
||||
|
||||
### Components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue