From 43da14b0b3a760630f6c1e3fdcfba714fa97ee50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Wed, 11 Feb 2026 22:47:36 +0000 Subject: [PATCH 1/2] :bookmark: v2.99.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3977fc8f..7ac45e88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.98.0", + "version": "2.99.0", "description": "Blowfish theme for Hugo.", "scripts": { "postinstall": "vendor-copy", From af7517790076c04c1eff26e5b1516a08033095e2 Mon Sep 17 00:00:00 2001 From: schneekluth <5740913+schneekluth@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:59:23 +0100 Subject: [PATCH 2/2] Add new user added my personal website --- exampleSite/content/users/users.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 56ef9ebc..f8046fc3 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -972,5 +972,16 @@ "Personal site", "Blog" ] + }, + { + "title": "jbetzen.net", + "url": "https://jbetzen.net/", + "tags": [ + "Personal site", + "Home Automation", + "CAD", + "DIY", + "Mechanical Engineering" + ] } -] \ No newline at end of file +]