Files
cryptoanarchywiki.github.io/index.html
Thomas Busby a0897b4b7d Fix the cross-links to people in the sources
Signed-off-by: Thomas Busby <tom@busby.ninja>
2018-05-28 20:19:53 +02:00

41 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
---
<div class="index-header" markdown='1'>
<h1>Crypto Anarchy:</h1>
<p>Encryption, digital money, anonymous networks, digital pseudonyms, zero knowledge, reputations, information markets, black markets, collapse of governments.</p>
</div>
<hr>
<h2>Recent Blog Posts</h2>
<ul>
{% for post in site.posts limit:3 %}
<li><a href="{{ post.url }}">{{ post.title }}</a> <i>{{ post.date | date_to_string }}</i></li>
{% endfor %}
</ul>
{% include index_section.html title='Getting Started' collection_name='getting_started' %}
{% include index_section.html
title='Contribute'
collection_name='contribute'
description='<p>Maybe in the future, this site will have full wiki functionality.</p>
<p>For now, contributors can submit pull requests to the following repository:</p>
<p><i>There are instructions on this page, so even the non-technical can contribute</i></p>'
%}
{% include index_section.html title='Cypherpunks Mailing List' collection_name='mailing_list' %}
{% include index_section.html title='Sources' collection_name='sources' %}
{% include index_section.html title='People & Organisations' collection_name='people_and_organisations' %}
{% include index_section.html title='Events' collection_name='events' %}
{% include index_section.html title='Key Concepts' collection_name='key_concepts' %}
{% include index_section.html title='Notable Projects' collection_name='notable_projects' %}