adding baseurl and updating index.md

This commit is contained in:
2025-10-31 23:24:39 -04:00
parent 5c488422a1
commit 9e0a2810f5
2 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
title: "Richie Cahill"
description: "ALL THE CHAOS THAT I CANT DO AT WORK"
baseurl: "" # empty for user site, or "/my-blog" for project site
baseurl: "/dotfiles"
url: "https://richiecahill.github.io"
remote_theme: pages-themes/hacker@v0.2.0

View File

@@ -1,10 +1,17 @@
---
layout: home
layout: default
title: "Welcome"
---
# 👋 Hey there
Welcome to my build logs, notes, and experiments.
You can read my latest posts below — or check out the [About](/about) page.
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>