mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 15:40:27 +00:00
Add dontlink tag
This commit is contained in:
parent
cf6c9a2a0b
commit
397cc5f5b3
@ -20,7 +20,9 @@
|
||||
|
||||
<p>
|
||||
{% for page in site.pages %}
|
||||
<a href="{{ page.url }}">{{ page.title }}</a><br />
|
||||
{% unless page.tags contains "dontlink" %}
|
||||
<a href="{{ page.url }}">{{ page.title }}</a><br />
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
|
4
index.md
4
index.md
@ -1,3 +1,7 @@
|
||||
---
|
||||
tags: dontlink
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
||||
Yggdrasil is an early-stage implementation of a fully encrypted IPv6 network. Although Yggdrasil shares many similarities with [cjdns](https://github.com/cjdelisle/cjdns), it also employs a different routing algorithm based on a globally-agreed spanning tree. In theory, an Yggdrasil network should scale well even up to internet-like topologies. Take a look at the [About](about.md) page for a detailed overview.
|
||||
|
Loading…
Reference in New Issue
Block a user