forked from cryptoanarchywiki/cryptoanarchywiki.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
24 lines (19 loc) · 746 Bytes
/
blog.html
File metadata and controls
24 lines (19 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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>Blog Posts <a href="/feed.xml"><i class="fa fa-rss"></i></a></h2>
<p>
I probably won't write too much here, but any major changes to the site, or anything I want to write about that doesn't fit into an existing category, will go here.
</p>
<div id="home">
<ol class="posts">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> » <i><span>{{ post.date | date_to_string }}</span></i></li>
{% endfor %}
</ol>
</div>