From 83492027b688927f5d56c7e32fe854d2ba3d8d46 Mon Sep 17 00:00:00 2001 From: Robert Rhoades Date: Sat, 15 Aug 2026 13:34:09 +0100 Subject: [PATCH] feat: Add intro paragraph First pass, I always find these hard to write and a bit cringe. I want to add more dynamic stuff to it but for now lets just get something on the page --- src/index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index b82c940..e647730 100644 --- a/src/index.html +++ b/src/index.html @@ -4,10 +4,21 @@ {% assign current_year = 'now' | date: '%Y' %}
-

Blog Posts

+

Robert Rhoades

+

+ A software developer by day, tinkerer by night. Owner of too many side projects. + + For over 20 years I've been building on the web for clients all over the world. Currently working with React Native. + + This is my personal space to write about code, hardware experiments, and whatever else is on my mind. +

+

+ Say hello on Bluesky or drop me an email. +

+

Blog Posts

{% assign postsByYear = collections.post | groupByYear %} {%- for group in postsByYear -%} -

{{ group.year }}

+

{{ group.year }}

{% for post in group.posts reversed %}