mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
18 lines
324 B
Markdown
18 lines
324 B
Markdown
---
|
|
layout: default
|
|
title: "Welcome"
|
|
---
|
|
|
|
Welcome to my build logs, notes, and experiments.
|
|
|
|
You can read my latest posts below
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
|
<small>— {{ post.date | date: "%Y-%m-%d" }}</small>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|