From 8823610faf6d5bd21a80303841c5a853b2d7d012 Mon Sep 17 00:00:00 2001 From: Angelo Theodorou Date: Mon, 29 Sep 2025 03:02:42 +0200 Subject: [PATCH] Add two new sites made with Blowfish --- exampleSite/content/users/users.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 51724fcd..2ea70b96 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -881,5 +881,22 @@ "Personal site", "Technology Blog" ] + }, + { + "title": "encelo.github.io", + "url": "https://encelo.github.io/", + "source": "https://github.com/encelo/encelo.github.io", + "tags": [ + "Personal site", + "Blog" + ] + }, + { + "title": "ncine.github.io", + "url": "https://ncine.github.io/", + "source": "https://github.com/nCine/nCine-site", + "tags": [ + "Project site" + ] } -] \ No newline at end of file +]