From f558c41f0ef7686a30df80888b3cd70fda673d79 Mon Sep 17 00:00:00 2001 From: Amelia <106857704+BluesDriveAmelia@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:43:22 -0500 Subject: [PATCH] Add notes.bluesdriveamelia.space to user sites This is my blog kinda site which is using blowfish ^_^ Hopefully I did this right lol --- exampleSite/content/users/users.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index bd9bcd45..ca294dba 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -536,5 +536,13 @@ "Personal site", "Blog" ] + }, + { + "title": "notes.bluesdriveamelia.space", + "url": "https://notes.bluesdriveamelia.space/", + "tags": [ + "Blog", + "Personal site" + ] } ]