forked from remrama/readordie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.16 KB
/
index.html
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
---
layout: default
title: Home page
---
<div class="blurb">
<h1>📖read or die 🗡</h1>
<p>
Need motivation to read? Join this group and if you don't read you will die.
</p>
<ol>
<li>
By <strong>{{ site.start_day }} {{ site.start_due }}</strong>, add ${{ site.donation }} to the <a href="{{ site.moneypool_url }}">money pool</a> and you're committed for the week.
</li>
<li>
Write <strong>{{ site.n_articles }} blog post{% if site.n_articles > 1 %}s{% endif %}</strong>, push {% if site.n_articles == 1 %}it{% else %}them{% endif %} to your fork of the <a href="https://github.com/remrama/readordie">GitHub repo</a>, and <strong>submit a pull request</strong> by {{ site.end_day }} {{ site.end_due }}.
</li>
<li>
If you complete step 2:<br>
 You live, and your ${{ site.donation }} is returned by the next Monday 23:59.<br>
else:<br>
 You die, and your ${{ site.donation }} stays in the cumulative money pool.
</li>
</ol>
<p>
email "subscribe" to [email protected] for a weekly reminder
</p>
</div>