From f57935e5ca2564482044e740ddbd033a5c14917b Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Thu, 7 Aug 2025 22:07:30 +0100 Subject: [PATCH] Add Learn-Software.com to users.json --- exampleSite/content/users/users.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 4c5cb9c7..4b266723 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -881,5 +881,18 @@ "tags": [ "Personal site" ] - } + }, + { + "title": "Learn-Software.com", + "url": "https://learn-software.com", + "source": "https://github.com/learn-software-engineering/website", + "tags": [ + "Personal Website", + "Tech Blog", + "Learning", + "Software Engineering", + "Programming", + "Artificial intelligence" + ] + }, ]