Skip to content

Commit b990a3a

Browse files
committed
fix archive
1 parent 6dcd825 commit b990a3a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

_assets/0x.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Øx Project
3+
---
4+
5+
The Øx project is building open-source infrastructure for distributed exchanges.
6+
7+
+ [Øx Project site](https://0xproject.com/)
8+
+ [Øx Whitepaper](https://0xproject.com/pdfs/0x_white_paper.pdf)
9+
10+
## Øx Relays
11+
12+
Several projects have already announced intent to utilize the Øx protocol.
13+
14+
Active Øx relays:
15+
+ [RadarRelay](./radarrelay) - currently in beta on Ethereum Kovan Testnet
16+
17+
Announced Øx relays:
18+
+ Øcean
19+
+ Ethfinex
20+
21+
22+

categories/assets.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: archive
3+
permalink: /assets/
4+
title: "Posts by Category"
5+
author_profile: true
6+
---
7+
8+
{% include group-by-array collection=site.assets field="categories" %}
9+
10+
{% for category in group_names %}
11+
{% assign posts = group_items[forloop.index0] %}
12+
<h2 id="{{ category | slugify }}" class="archive__subtitle">{{ category }}</h2>
13+
{% for post in posts %}
14+
{% include archive-single.html %}
15+
{% endfor %}
16+
{% endfor %}

0 commit comments

Comments
 (0)