From 273049009a8568a01da553c87879e82d2d738101 Mon Sep 17 00:00:00 2001 From: Kieran Lowe <11875232+kieran-lowe@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:45:12 +0000 Subject: [PATCH] feat: add user to users --- exampleSite/content/users/users.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 4c5cb9c7..ad6b3895 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -881,5 +881,13 @@ "tags": [ "Personal site" ] + }, + { + "title": "kieranlowe.io", + "url": "https://kieranlowe.io", + "source": "n/a", + "tags": [ + "Technology Blog" + ] } ]