forked from bitcoinsozial/bitcoinsozial.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
164 lines (144 loc) · 4.46 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Site
name: "Bitcoin Sozial"
description: "Kollektiv für soziale Fragen im Zeitalter von Bitcoin"
logo: "assets/images/logo.png"
favicon: "assets/images/favicon.ico"
baseurl: ""
disqus: "xxx"
email: "[email protected]"
url: "https://bitcoinsozial.de"
# mailchimp-list: "https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b"
excerpt_separator: <!--more-->
include:
- _pages
- .well-known
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-target-blank
- jekyll-twitter-plugin
authors:
bitcoinsozial:
name: Bitcoin Sozial
site: https://www.bitcoinsozial.de/
avatar: assets/images/logo.jpg
bio: "Kollektiv für soziale Fragen im Zeitalter von Bitcoin"
# email: [email protected]
twitter: https://twitter.com/bitcoinsozial
calle:
name: Calle B.
# site: https://www.wowthemes.net
avatar: assets/images/authors/avatar_calle.jpg
bio: "Wissenschaftler und Open-Source Hacker."
# email: [email protected]
twitter: https://twitter.com/callebtc
lola:
name: L0la L33tz
# site: https://www.wowthemes.net
avatar: assets/images/authors/avatar_lola.jpg
bio: "Unbeabsichtigte Kryptoanarchistin."
# email: [email protected]
twitter: https://twitter.com/L0laL33tz
btctheory:
name: Bitcoin Theory
site: https://btctheory.com/
avatar: assets/images/authors/avatar_btctheory.jpg
bio: "Bitcoiner, Anarchist und Philosoph."
# email: [email protected]
twitter: https://twitter.com/BTCtheory
troycross:
name: Troy Cross
# site: https://btctheory.com/
avatar: assets/images/authors/avatar_troycross.jpg
bio: "Philosoph. Umweltaktivist. Bitcoiner."
# email: [email protected]
twitter: https://twitter.com/thetrocro
andrewbailey:
name: Andrew M. Bailey
# site: https://btctheory.com/
avatar: assets/images/authors/avatar_andrewbailey.jpg
bio: "Philosoph. Researcher. Bitcoiner."
# email: [email protected]
twitter: https://twitter.com/resistancemoney
jynurso:
name: Jyn Urso
# site: https://btctheory.com/
avatar: assets/images/authors/avatar_jynurso.jpg
bio: "Physikerin. Umweltaktivistin. Bitcoiner"
# email: [email protected]
twitter: https://twitter.com/jyn_urso
resistancemoney:
name: Resistance Money
site: http://resistance.money/
avatar: assets/images/authors/avatar_resistancemoney.jpg
bio: "Ein Bitcoin Forschungskollektiv mit Andrew M. Bailey (Yale-NUS College), Bradley Rettler (University of Wyoming) aus Craig Warmke (Northern Illinois University)"
# email: [email protected]
twitter: https://twitter.com/resistancemoney
bitcoinersforfuture:
name: Stephan (Bitcoiners for Future)
# site: http://resistance.money/
avatar: assets/images/authors/avatar_bitcoinersforfuture.jpg
bio: "We may not have a planet B, but we have a plan ₿."
# email: [email protected]
twitter: https://twitter.com/BTCersforfuture
phil:
name: Phil
# site: http://resistance.money/
avatar: assets/images/authors/avatar_phil.jpg
bio: "Schreibt gegen häufige Irrtümer über Bitcoin."
# email: [email protected]
twitter: https://twitter.com/OfBehodler
tommaxwell:
name: Tom Maxwell
site: https://tomjmaxwell.medium.com/
avatar: assets/images/authors/avatar_tommaxwell.jpg
bio: "Liberty, Equality, Solidarity"
# email: [email protected]
twitter: https://twitter.com/tomjmaxwell
weezel:
name: Weezel
# site: https://tomjmaxwell.medium.com/
avatar: assets/images/authors/avatar_weezel.jpg
bio: "Scientific Bitcoin enthusiast"
# email: [email protected]
twitter: https://twitter.com/magicolen
vitalik:
name: Vitalik Buterin
site: https://vitalik.ca/
avatar: assets/images/authors/avatar_vitalik.jpg
bio: "Gründer von Ethereum"
# email: [email protected]
twitter: https://twitter.com/VitalikButerin
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: calle
avatar: /assets/images/avatar1.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: Kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude:
[
README.markdown,
package.json,
grunt.js,
Gruntfile.js,
Gruntfile.coffee,
node_modules,
]