---
---
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Argonaut Projects' Blog</title>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.css" />
<link rel="alternate" type="application/atom+xml" href="blog.atom" />
</head>
<body>
<header>
<h1><a href="/">Argonaut</a> Projects' Blog</h1>
<nav><a href="blog.atom" title="Subscribe"><img alt="Webfeed" src="/rss.svg"></a>
<a href="https://feedrabbit.com/subscriptions/new?url=https://rhapsode.adrian.geek.nz/blog.atom" title="Subscribe via eMail & FeedRabbit"><img src="email.svg" alt="eMail" /></a></nav>
</header>
{% for post in site.posts %}
<h2><a href='{{ post.url | relative_url }}'>{{ post.title }}</a></h2>
<aside>By {{ post.author }} on <time>{{ post.date | date: "%b %-d, %Y" }}</time></aside>
{{ post.excerpt }}
{% endfor %}
</body>
</html>