From 3bc2b4b82e370d4db9678c3cd98a847dc9ac1cbb Mon Sep 17 00:00:00 2001 From: Luiz Carlos Cosmi Filho Date: Sun, 8 Mar 2026 15:51:27 -0300 Subject: [PATCH] Add new user entry to users.json --- exampleSite/content/users/users.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 92673fc1..c69fb108 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -1002,5 +1002,14 @@ "Personal site", "Blog" ] + }, + { + "title": "luizcarloscf.github.io", + "url": "https://luizcarloscf.github.io/", + "source": "https://github.com/luizcarloscf/luizcarloscf.github.io", + "tags": [ + "Personal site", + "Blog" + ] } ]