-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 2.02 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 2.02 KB
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
---
layout: home
title: Equivalent Ideas, the online home of Luke Bacon.
description: Luke Bacon is a designer at the OpenAustralia Foundation, co-founder of Detention Logs and is based in Sydney, Australia.
thumbnail: /assets/build/lukebacon.jpg
permalink: /
---
<header class="site-intro">
<h1>
<a href="http://equivalentideas.com" class="u-url url">Equivalent Ideas</a> is the online home of <span class="p-name fn">Luke Bacon</span>.
</h1>
<span class="roles">
I’m trying to make things easier for people working towards more just, equal, and cooperative societies.
I’m a janitor at <a href="http://www.frontyardprojects.org/" class="u-url org">Frontyard Projects</a>,
and was previously a civic-hacker at the <a href="https://www.openaustraliafoundation.org.au/" class="u-url org">OpenAustralia Foundation</a>
and a co‑founder of <a href="http://detentionlogs.com.au" title="An independent project to publish data, documents and investigations that reveal new perspectives on conditions and events inside immigration detention.">Detention Logs</a>.
</span>
</header>
<section id="journal" class="journal-list">
<h2>Journal</h2>
<ul class="posts-list xoxo">
{% for post in site.categories.journal %}
<li>
<article class="h-entry hentry">
<h3><a href="{{ post.url }}" title="See {{ post.title }}" class="u-url p-name bookmark entry-title">{{ post.title }}</a></h3>
<time class="dt-published published" datetime="{{ post.date | date: '%Y-%m-%-d' }}">{% include date-format.html %}</time>
{% if post.description %}
<p class="p-summary entry-summary">{{ post.description }}</p>
{% endif %}
</article>
</li>
{% endfor %}
</ul>
<footer>
<ul class="feed-links">
<li>
<a href="{{ site.url }}/rss.xml" title="Subscribe to a feed of my journal articles via RSS.">Journal RSS</a>
</li>
</ul>
</footer>
</section>