summaryrefslogtreecommitdiff
path: root/posts/index.html
blob: c118c63d0bef4f7f680519c3d52d462117e690a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: B³ - Ben Burwell’s Blog
description: Irregularly updated blogish thing about stuff I’m interested in.
---

<h1>B<sup>3</sup> — Ben Burwell’s Blog</h1>

<p>I occasionally write things, and when I do they usually end up here. There’s
also an <a href="/feed.xml">RSS feed</a>.</p>

{% for post in site.posts %}
<h2>
  <a href="{{post.url}}">{{post.title}}</a>
</h2>
<p>
  <em>Posted <small>{{post.date | date: "%Y-%m-%d"}}</small></em>
</p>
{{post.excerpt}}
{% endfor %}