From 4551b18fb8e395c6abb80cb4729cd0068fec3576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 14 Dec 2023 12:03:42 +0000 Subject: [PATCH] add user --- exampleSite/content/users/users.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 030afa43..fb43a114 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -512,5 +512,12 @@ "Personal Site", "Blog" ] + }, + { + "title": "binarydigit.cafe", + "url": "https://binarydigit.cafe/", + "tags": [ + "Personal site" + ] } ]