From 1b6df4c1666f6ab9fd42ec3fc9d0466a7390fde2 Mon Sep 17 00:00:00 2001 From: Cintia Ching <87516929+cintiaching@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:19:17 +0800 Subject: [PATCH] Add new user entries to users.json --- exampleSite/content/users/users.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 92673fc1..71f04e9e 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -1002,5 +1002,20 @@ "Personal site", "Blog" ] + }, + { + "title": "Cook Like A Nerd", + "url": "https://cooklikeanerd.com/", + "tags": [ + "Recipe Blog" + ] + }, + { + "title": "Cintia Ching", + "url": "https://cintiaching.com/", + "tags": [ + "Personal site", + "Blog" + ] } ]