-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
100 lines (91 loc) · 2.27 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
title: cryptoanarchy.wiki
description: Arise, you have nothing to lose but your barbed wire fences!
author: cryptoanarchy.wiki
github: https://github.com/cryptoanarchywiki/cryptoanarchywiki.github.io
about: Arise, you have nothing to lose but your barbed wire fences!
disqus_shortname: cryptoanarchywiki
google_analytics: UA-77476019-2
avatar_url: /static/img/avatar.jpg
enableTags: true
tagarray: []
collections:
getting_started:
type: section
output: true
contribute:
type: section
output: false
mailing_list:
type: section
output: false
sources:
type: section
output: true
people_and_organisations:
type: section
output: true
events:
type: section
output: true
key_concepts:
type: section
output: false
notable_projects:
type: section
output: false
people:
type: subsection
output: true
organisations:
type: subsection
output: true
social:
- icon: fa-twitter
link: "https://twitter.com/_cryptoanarchy"
- icon: fa-facebook
link: "https://www.facebook.com/cryptoanarchy.wiki"
- icon: fa-github
link: "https://github.com/cryptoanarchywiki"
share:
twitter_username: _cryptoanarchy
fb_appid:
urls:
- text: "Blog"
url: /blog
- text: "Getting Started"
url: /#getting-started
- text: "Contribute"
url: "https://github.com/cryptoanarchywiki/cryptoanarchywiki.github.io/"
target_blank: true
- text: "Cypherpunks Mailing List"
url: /#cypherpunks-mailing-list
- text: "Sources"
url: /#sources
- text: "People & Organisations"
url: /#people-and-organisations
- text: "Events"
url: /#events
- text: "Key Concepts"
url: /#key-concepts
- text: "Notable Projects"
url: /#notable-projects
similar_resources:
- text: Lopp's Bitcoin Resources
url: "https://lopp.net/bitcoin.html"
- text: Satoshi Nakamoto Institute
url: "https://nakamotoinstitute.org/"
- text: "Activism.net: Cypherpunks"
url: "https://www.activism.net/cypherpunk/"
url: "https://cryptoanarchy.wiki"
baseurl: ""
per_page: 20
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: ['development']