hexaitos.com/blog.html

15 lines
447 B
HTML
Raw Normal View History

2024-09-30 14:14:56 +00:00
---
layout: default
2024-10-26 20:09:30 +00:00
title: "hexaitos.com Blog"
description: "Hexaitos blog has posts on computers, languages and photography. Mostly computers and Linux though. Here you will find posts about random projects I have undertaken."
2024-09-30 14:14:56 +00:00
---
<h1>Blog Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }} ({{ post.date | date_to_string }})</a>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>