Add some 'Getting Started' content

This commit is contained in:
Thomas Busby
2018-05-26 22:16:07 +02:00
parent 8b9299e83a
commit 6ca0af9420
8 changed files with 125 additions and 63 deletions

24
index.md Normal file
View File

@@ -0,0 +1,24 @@
---
layout: default
---
<div class="index-header" markdown='1'>
# Crypto Anarchy:
Encryption, digital money, anonymous networks, digital pseudonyms, zero knowledge, reputations, information markets, black markets, collapse of governments.
</div>
---
## Recent Blog Posts
{% for post in site.posts limit:3 %}
+ [{{ post.title }}]({{ post.url }}) -- _{{ post.date | date_to_string }}_
{% endfor %}
## Getting Started
+ ### [What is Crypto Anarchy?](/getting-started/what-is-crypto-anarchy)
+ ### [What is a Cypherpunk?](/getting-started/what-is-a-cypherpunk)