From 0ada981a1bb647cabf59b98974ef9cfc05875c39 Mon Sep 17 00:00:00 2001 From: Panos Korovesis Date: Mon, 7 Apr 2025 13:53:38 +0300 Subject: [PATCH] Add personal website to users.json --- exampleSite/content/users/users.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index d12f6463..f0d7c6d0 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -886,5 +886,14 @@ "Blog", "Outdoor Blog" ] + }, + { + "title": "The Space 🌍", + "url": "https://panoskorovesis.github.io/", + "source": "https://github.com/panoskorovesis/panoskorovesis.github.io", + "tags": [ + "Personal Website", + "Tech Blog" + ] } -] \ No newline at end of file +]