1---
2layout: page
3title: "~/"
4subtitle: "You are, quite obviously, home."
5description: "Ramblings from a random GNU/Linux user, sysadmin, and professional multi-instrumentalist"
6cover: /me.png
7sitemap:
8 priority: 0.9
9---
10<script type="text/javascript">
11 var BFTN_WIDGET_OPTIONS = {
12 org: dp, // @type {string}
13 cookieExpirationDays: 2, // @type {number}
14 disableGoogleAnalytics: true, // @type {boolean}
15 disableDonations: false, // @type {boolean}
16 alwaysShow: false, // @type {boolean}
17 };
18</script>
19<script src="https://july23.battleforthenet.com/widget.js" async></script>
20<ul class="list-posts">
21 {% for post in site.posts %}
22 <li class="post-teaser">
23 <a href="{{ post.url | prepend: site.baseurl }}">
24 <span class="post-teaser__title">{{ post.title }}</span>
25 <span class="post-teaser__date">{{ post.date | date: "%d %B %Y" }}</span>
26 </a>
27 </li>
28 {% endfor %}
29</ul>