Added platforms collection files content

This commit is contained in:
Igor Kuzmenko 2017-07-17 15:34:20 +02:00
parent 4028e39d98
commit e4f95c4554
6 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: wallets-desktop-linux
platform: desktop
os: linux
---
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}

View file

@ -0,0 +1,11 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: wallets-desktop-mac
platform: desktop
os: mac
---
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}

View file

@ -0,0 +1,11 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: wallets-desktop-windows
platform: desktop
os: windows
---
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}

View file

@ -0,0 +1,10 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: wallets-hardware
platform: hardware
---
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}

View file

@ -0,0 +1,10 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: wallets-web
platform: web
---
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}