From aab52a39bda523a5a319d7e22e12c9243c8588dc Mon Sep 17 00:00:00 2001 From: Melcher Robert <35839230+mer0x@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:36:36 +0300 Subject: [PATCH] Update users.json add merox.dev website --- exampleSite/content/users/users.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 9ac387bf..bc57d077 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -740,15 +740,6 @@ "Blog" ] }, - { - "title": "Xeonzilla’s Note", - "url": "https://xeonzilla.github.io", - "source": "https://github.com/Xeonzilla/Xeonzilla.github.io", - "tags": [ - "Personal site", - "Blog" - ] - }, { "title": "lazarusoverlook.com", "url": "https://lazarusoverlook.com", @@ -757,5 +748,16 @@ "Personal site", "Blog" ] + }, + { + "title": "merox.dev", + "url": "https://merox.dev", + "source": "https://github.com/mer0x/merox.dev", + "tags": [ + "Personal site", + "Blog", + "Documentation", + "CV" + ] } -] \ No newline at end of file +]