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 %}